Configuring CMake with BUILD_TYPE=BUILD_NATIVE... -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using user-specified EVALFILE: /home/jayme/repos/openbench/Client/Networks/4A44E355 -- Configuring done -- Generating done -- Build files have been written to: /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build Building Integral-576BEF0B-4A44E355 with BUILD_NATIVE... make[1]: Entrando no diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' /usr/bin/cmake -S/tmp/tmpuwf2g4ik/Integral/Integral-tmp -B/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build/CMakeFiles /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[2]: Entrando no diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/depend make[3]: Entrando no diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' cd /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/tmpuwf2g4ik/Integral/Integral-tmp /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build/preprocess /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build/preprocess/CMakeFiles/preprocess.dir/DependInfo.cmake --color= Scanning dependencies of target preprocess make[3]: Saindo do diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' make -f preprocess/CMakeFiles/preprocess.dir/build.make preprocess/CMakeFiles/preprocess.dir/build make[3]: Entrando no diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' [ 4%] Building CXX object preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o cd /tmp/tmpuwf2g4ik/Integral/Integral-tmp/build/preprocess && /usr/bin/g++ -DFMT_HEADER_ONLY -I/tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../third-party/fathom -I/tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../third-party/fmt/include -march=native -DBUILD_NATIVE -O3 -DNDEBUG -std=gnu++2a -o CMakeFiles/preprocess.dir/net_processing.cc.o -c /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/net_processing.cc In file included from /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../shared/nnue/../simd.h:4, from /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../shared/nnue/definitions.h:7, from /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/net_processing.cc:3: /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../shared/nnue/../../src/utils/types.h:105:13: error: explicitly defaulted function ‘constexpr Square::Square()’ cannot be declared as ‘constexpr’ because the implicit declaration is not ‘constexpr’: 105 | constexpr Square() = default; | ^~~~~~ /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/../shared/nnue/../../src/utils/types.h:189:6: note: defaulted default constructor does not initialize ‘U8 Square::square_’ 189 | U8 square_; | ^~~~~~~ /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/net_processing.cc: In function ‘std::unique_ptr<nnue::Network> ProcessNetwork(const std::unique_ptr<nnue::RawNetwork>&)’: /tmp/tmpuwf2g4ik/Integral/Integral-tmp/preprocess/net_processing.cc:17:31: warning: ignoring attributes on template argument ‘__m128i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 17 | std::array<__m128i, kNumRegs> regs; | ^ make[3]: *** [preprocess/CMakeFiles/preprocess.dir/build.make:66: preprocess/CMakeFiles/preprocess.dir/net_processing.cc.o] Erro 1 make[3]: Saindo do diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' make[2]: *** [CMakeFiles/Makefile2:155: preprocess/CMakeFiles/preprocess.dir/all] Erro 2 make[2]: Saindo do diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' make[1]: *** [Makefile:87: all] Erro 2 make[1]: Saindo do diretório '/tmp/tmpuwf2g4ik/Integral/Integral-tmp/build' make: *** [Makefile:35: all] Erro 2