clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -pthread -DEVALFILE=\"/root/OpenBench/Client/Networks/FA058121\" -fuse-ld=lld src/datagen.cpp src/main.cpp src/movepicker.cpp src/nnue.cpp src/parameters.cpp src/search.cpp src/searcher.cpp src/util.cpp src/external/format.cpp -o Tarnished-B7337F32-FA058121
In file included from src/datagen.cpp:1:
In file included from src/datagen.h:5:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/datagen.cpp:1:
In file included from src/datagen.h:5:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
3 errors generated.
In file included from src/main.cpp:1:
In file included from src/datagen.h:5:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/main.cpp:1:
In file included from src/datagen.h:5:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
3 errors generated.
In file included from src/movepicker.cpp:1:
In file included from src/movepicker.h:6:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/movepicker.cpp:1:
In file included from src/movepicker.h:6:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
3 errors generated.
In file included from src/nnue.cpp:2:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/nnue.cpp:2:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
3 errors generated.
In file included from src/search.cpp:1:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/search.cpp:1:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
src/search.cpp:747:27: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'std::array<Search::Stack, 134>' [-Wnontrivial-memcall]
747 | std::memset(stack.get(), 0, sizeof(Stack) * (MAX_PLY + 6 + 3));
| ^
src/search.cpp:747:27: note: explicitly cast the pointer to silence this warning
747 | std::memset(stack.get(), 0, sizeof(Stack) * (MAX_PLY + 6 + 3));
| ^
| (void*)
1 warning and 3 errors generated.
In file included from src/searcher.cpp:1:
In file included from src/searcher.h:4:
In file included from src/search.h:8:
src/tt.h:25:16: error: reference to unresolved using declaration
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^
/data/data/com.termux/files/usr/bin/../../usr/include/c++/v1/cstdlib:149:1: note: using declaration annotated with 'using_if_exists' here
149 | using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
| ^
In file included from src/searcher.cpp:1:
In file included from src/searcher.h:4:
In file included from src/search.h:8:
src/tt.h:25:11: error: excess elements in scalar initializer
25 | ptr = std::aligned_alloc(alignment, requiredBytes);
| ^ ~~~~~~~~~~~~~~~
src/tt.h:196:26: error: no member named 'jthread' in namespace 'std'
196 | std::vector<std::jthread> threads;
| ^~~~~~~
3 errors generated.
make: *** [Makefile:55: Tarnished-B7337F32-FA058121] Error 1