build_native testing on the linux/s390x #368
wojiushixiaobai
started this conversation in
General
Replies: 2 comments 13 replies
-
I believe this is openjpeg 2.5 API. |
Beta Was this translation helpful? Give feedback.
11 replies
-
FAILED: obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o
g++ -MD -MF obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1 -DCOMPONENT_BUILD -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DABSL_CONSUME_DLL -DABSL_FLAGS_STRIP_NAMES=0 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -I../.. -Igen -I../../third_party/abseil-cpp -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/fast_float/src/include -Wall -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-strict-overflow -fno-ident -fno-strict-aliasing -fstack-protector -funwind-tables -fPIC -pipe -pthread -ffp-contract=off -m64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -O2 -fdata-sections -ffunction-sections -fno-math-errno -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wnarrowing -Wno-return-type -isystem/usr/include/freetype2 -isystem/usr/include/libpng16 -Wno-narrowing -Wno-class-memaccess -Wno-invalid-offsetof -std=gnu++2a -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../core/fxcrt/cfx_seekablestreamproxy.cpp -o obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o
../../core/fxcrt/cfx_seekablestreamproxy.cpp: In member function ‘size_t CFX_SeekableStreamProxy::ReadBlock(pdfium::span<wchar_t, 18446744073709551615, wchar_t*>)’:
../../core/fxcrt/cfx_seekablestreamproxy.cpp:204:9: error: ‘m_wCodePage’ was not declared in this scope; did you mean ‘GetCodePage’?
204 | if (m_wCodePage == FX_CodePage::kUTF16LE) {
| ^~~~~~~~~~~
| GetCodePage |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Building with
cibuildwheel
failed.Maybe need to recompile
libjpeg
libraries.Beta Was this translation helpful? Give feedback.
All reactions