-- Build files have been written to: /home/build/qv2ray/src/Qv2ray/build [84/314] Building CXX object CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp.o FAILED: CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp.o /usr/bin/c++ -DDISABLE_AUTO_UPDATE -DNODE_EDITOR_EXPORTS -DNODE_EDITOR_SHARED -DQAPPLICATION_CLASS=QApplication -DQV2RAY_DEFAULT_VASSETS_PATH=\"/usr/share/v2ray\" -DQV2RAY_DEFAULT_VCORE_PATH=\"/usr/bin/v2ray\" -DQV2RAY_QWIDGETS -DQV2RAY_TRANSLATION_PATH=\"/usr/share/qv2ray/lang\" -DQV2RAY_VERSION_BUGFIX=3 -DQV2RAY_VERSION_BUILD=5841 -DQV2RAY_VERSION_MAJOR=2 -DQV2RAY_VERSION_MINOR=6 -DQV2RAY_VERSION_STRING=\"2.6.3\" -D_QV2RAY_BUILD_EXTRA_INFO_STR_="\"(Manual Build) 5.10.25-linuxkit GNU/Linux\"" -D_QV2RAY_BUILD_INFO_STR_="\"Qv2ray from AUR\"" -I. -I../ -Iqv2ray-zxing_autogen/include -I../3rdparty/zxing-cpp/core/src -I../3rdparty/zxing-cpp/core/src/aztec -I../3rdparty/zxing-cpp/core/src/datamatrix -I../3rdparty/zxing-cpp/core/src/maxicode -I../3rdparty/zxing-cpp/core/src/oned -I../3rdparty/zxing-cpp/core/src/oned/rss -I../3rdparty/zxing-cpp/core/src/pdf417 -I../3rdparty/zxing-cpp/core/src/qrcode -I../3rdparty/zxing-cpp/core/src/textcodec -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp.o -MF CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp.o.d -o CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp.o -c ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp In file included from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp:18: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static float ZXing::OneD::RowReader::PatternMatchVariance(const CP*, const PP*, size_t, float)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:37: error: ‘numeric_limits’ is not a member of ‘std’ 179 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected primary-expression before ‘float’ 179 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:57: error: expected unqualified-id before ‘>’ token 179 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:45: error: ‘numeric_limits’ is not a member of ‘std’ 189 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected primary-expression before ‘float’ 189 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:65: error: expected unqualified-id before ‘>’ token 189 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static ZXing::BarAndSpaceI ZXing::OneD::RowReader::NarrowWideThreshold(const ZXing::PatternView&)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:40: error: ‘numeric_limits’ is not a member of ‘std’ 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:79: error: expected primary-expression before ‘>’ token 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:82: error: ‘::max’ has not been declared; did you mean ‘std::max’? 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp:18: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ In file included from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp:18: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:56: error: ‘numeric_limits’ is not a member of ‘std’ 243 | std::numeric_limits::max()}; | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:95: error: expected primary-expression before ‘>’ token 243 | std::numeric_limits::max()}; | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:98: error: ‘::max’ has not been declared; did you mean ‘std::max’? 243 | std::numeric_limits::max()}; | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODRSSExpandedReader.cpp:18: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ [86/314] Building CXX object CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp.o FAILED: CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp.o /usr/bin/c++ -DDISABLE_AUTO_UPDATE -DNODE_EDITOR_EXPORTS -DNODE_EDITOR_SHARED -DQAPPLICATION_CLASS=QApplication -DQV2RAY_DEFAULT_VASSETS_PATH=\"/usr/share/v2ray\" -DQV2RAY_DEFAULT_VCORE_PATH=\"/usr/bin/v2ray\" -DQV2RAY_QWIDGETS -DQV2RAY_TRANSLATION_PATH=\"/usr/share/qv2ray/lang\" -DQV2RAY_VERSION_BUGFIX=3 -DQV2RAY_VERSION_BUILD=5841 -DQV2RAY_VERSION_MAJOR=2 -DQV2RAY_VERSION_MINOR=6 -DQV2RAY_VERSION_STRING=\"2.6.3\" -D_QV2RAY_BUILD_EXTRA_INFO_STR_="\"(Manual Build) 5.10.25-linuxkit GNU/Linux\"" -D_QV2RAY_BUILD_INFO_STR_="\"Qv2ray from AUR\"" -I. -I../ -Iqv2ray-zxing_autogen/include -I../3rdparty/zxing-cpp/core/src -I../3rdparty/zxing-cpp/core/src/aztec -I../3rdparty/zxing-cpp/core/src/datamatrix -I../3rdparty/zxing-cpp/core/src/maxicode -I../3rdparty/zxing-cpp/core/src/oned -I../3rdparty/zxing-cpp/core/src/oned/rss -I../3rdparty/zxing-cpp/core/src/pdf417 -I../3rdparty/zxing-cpp/core/src/qrcode -I../3rdparty/zxing-cpp/core/src/textcodec -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp.o -MF CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp.o.d -o CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp.o -c ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp In file included from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp:19: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static float ZXing::OneD::RowReader::PatternMatchVariance(const CP*, const PP*, size_t, float)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:37: error: ‘numeric_limits’ is not a member of ‘std’ 179 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected primary-expression before ‘float’ 179 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:57: error: expected unqualified-id before ‘>’ token 179 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:45: error: ‘numeric_limits’ is not a member of ‘std’ 189 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected primary-expression before ‘float’ 189 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:65: error: expected unqualified-id before ‘>’ token 189 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static ZXing::BarAndSpaceI ZXing::OneD::RowReader::NarrowWideThreshold(const ZXing::PatternView&)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:40: error: ‘numeric_limits’ is not a member of ‘std’ 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:79: error: expected primary-expression before ‘>’ token 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:82: error: ‘::max’ has not been declared; did you mean ‘std::max’? 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp:19: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ In file included from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp:19: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:56: error: ‘numeric_limits’ is not a member of ‘std’ 243 | std::numeric_limits::max()}; | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:95: error: expected primary-expression before ‘>’ token 243 | std::numeric_limits::max()}; | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:98: error: ‘::max’ has not been declared; did you mean ‘std::max’? 243 | std::numeric_limits::max()}; | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCodabarReader.cpp:19: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ [89/314] Building CXX object CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp.o FAILED: CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp.o /usr/bin/c++ -DDISABLE_AUTO_UPDATE -DNODE_EDITOR_EXPORTS -DNODE_EDITOR_SHARED -DQAPPLICATION_CLASS=QApplication -DQV2RAY_DEFAULT_VASSETS_PATH=\"/usr/share/v2ray\" -DQV2RAY_DEFAULT_VCORE_PATH=\"/usr/bin/v2ray\" -DQV2RAY_QWIDGETS -DQV2RAY_TRANSLATION_PATH=\"/usr/share/qv2ray/lang\" -DQV2RAY_VERSION_BUGFIX=3 -DQV2RAY_VERSION_BUILD=5841 -DQV2RAY_VERSION_MAJOR=2 -DQV2RAY_VERSION_MINOR=6 -DQV2RAY_VERSION_STRING=\"2.6.3\" -D_QV2RAY_BUILD_EXTRA_INFO_STR_="\"(Manual Build) 5.10.25-linuxkit GNU/Linux\"" -D_QV2RAY_BUILD_INFO_STR_="\"Qv2ray from AUR\"" -I. -I../ -Iqv2ray-zxing_autogen/include -I../3rdparty/zxing-cpp/core/src -I../3rdparty/zxing-cpp/core/src/aztec -I../3rdparty/zxing-cpp/core/src/datamatrix -I../3rdparty/zxing-cpp/core/src/maxicode -I../3rdparty/zxing-cpp/core/src/oned -I../3rdparty/zxing-cpp/core/src/oned/rss -I../3rdparty/zxing-cpp/core/src/pdf417 -I../3rdparty/zxing-cpp/core/src/qrcode -I../3rdparty/zxing-cpp/core/src/textcodec -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -O3 -DNDEBUG -std=gnu++17 -MD -MT CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp.o -MF CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp.o.d -o CMakeFiles/qv2ray-zxing.dir/3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp.o -c ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp In file included from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp:18: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static float ZXing::OneD::RowReader::PatternMatchVariance(const CP*, const PP*, size_t, float)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:37: error: ‘numeric_limits’ is not a member of ‘std’ 179 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected primary-expression before ‘float’ 179 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:52: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:179:57: error: expected unqualified-id before ‘>’ token 179 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:45: error: ‘numeric_limits’ is not a member of ‘std’ 189 | return std::numeric_limits::max(); | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected primary-expression before ‘float’ 189 | return std::numeric_limits::max(); | ^~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:60: error: expected ‘;’ before ‘float’ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:189:65: error: expected unqualified-id before ‘>’ token 189 | return std::numeric_limits::max(); | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h: In static member function ‘static ZXing::BarAndSpaceI ZXing::OneD::RowReader::NarrowWideThreshold(const ZXing::PatternView&)’: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:40: error: ‘numeric_limits’ is not a member of ‘std’ 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:79: error: expected primary-expression before ‘>’ token 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:242:82: error: ‘::max’ has not been declared; did you mean ‘std::max’? 242 | BarAndSpaceI m = {std::numeric_limits::max(), | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp:18: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ In file included from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp:18: ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:56: error: ‘numeric_limits’ is not a member of ‘std’ 243 | std::numeric_limits::max()}; | ^~~~~~~~~~~~~~ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:95: error: expected primary-expression before ‘>’ token 243 | std::numeric_limits::max()}; | ^ ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:243:98: error: ‘::max’ has not been declared; did you mean ‘std::max’? 243 | std::numeric_limits::max()}; | ^~~ | std::max In file included from /usr/include/c++/11.1.0/algorithm:62, from ../3rdparty/zxing-cpp/core/src/ZXContainerAlgorithms.h:18, from ../3rdparty/zxing-cpp/core/src/BitArray.h:21, from ../3rdparty/zxing-cpp/core/src/oned/ODRowReader.h:20, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.h:19, from ../3rdparty/zxing-cpp/core/src/oned/ODCode128Reader.cpp:18: /usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here 3467 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...