fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/bitboard.cpp -o engine/bitboard.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/eval.cpp -o engine/eval.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/history.cpp -o engine/history.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/main.cpp -o engine/main.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/movegen.cpp -o engine/movegen.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/movepicker.cpp -o engine/movepicker.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/params.cpp -o engine/params.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/search.cpp -o engine/search.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/tb.cpp -o engine/tb.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/threads.cpp -o engine/threads.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/ttable.cpp -o engine/ttable.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/nnue/accumulator.cpp -o engine/nnue/accumulator.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/nnue/network.cpp -o engine/nnue/network.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/nnue/simd.cpp -o engine/nnue/simd.o
g++ -std=c++20 -DNNUE_PATH=\"/Users/user/Desktop/projects/OpenBench/Client/Networks/9C23C474\" -m64 -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c Pyrrhic/tbprobe.cpp -o Pyrrhic/tbprobe.o
In file included from engine/nnue/simd.cpp:4:
engine/nnue/avx2.hpp:6:9: error: always_inline function '_mm256_setzero_si256' requires target feature 'avx', but would be inlined into function 'setzero_ivec' that is compiled without support for 'avx'
6 | return _mm256_setzero_si256();
| ^
engine/nnue/avx2.hpp:6:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
2 errors generated.
make: *** [engine/nnue/simd.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from engine/tb.cpp:1:
In file included from engine/tb.hpp:5:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from Pyrrhic/tbprobe.cpp:39:
In file included from Pyrrhic/tbprobe.h:32:
In file included from Pyrrhic/tbconfig.h:41:
In file included from Pyrrhic/../engine/bitboard.hpp:5:
In file included from Pyrrhic/../engine/ttable.hpp:4:
Pyrrhic/../engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/bitboard.cpp:1:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/eval.cpp:1:
In file included from engine/eval.hpp:3:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/movepicker.cpp:1:
In file included from engine/movepicker.hpp:7:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/nnue/network.cpp:4:
engine/nnue/incbin.h:166:6: warning: "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning." [-W#warnings]
166 | # warning "incbin is incompatible with bitcode. Using the library will break upload to App Store if you have bitcode enabled. Add `#define INCBIN_SILENCE_BITCODE_WARNING` before including this header to silence this warning."
| ^
In file included from engine/threads.cpp:1:
In file included from engine/threads.hpp:4:
In file included from engine/search.hpp:5:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/history.cpp:1:
In file included from engine/history.hpp:5:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
Pyrrhic/tbprobe.cpp:566:5: warning: 'atomic_init<bool>' is deprecated [-Wdeprecated-declarations]
566 | atomic_init(&be->ready[type], false);
| ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__atomic/atomic.h:277:1: note: 'atomic_init<bool>' has been explicitly marked deprecated here
277 | _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_HIDE_FROM_ABI void
| ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX20'
737 | # define _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_DEPRECATED
| ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from engine/nnue/accumulator.cpp:1:
In file included from engine/nnue/accumulator.hpp:5:
In file included from engine/nnue/../bitboard.hpp:5:
In file included from engine/nnue/../ttable.hpp:4:
engine/nnue/../mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/movegen.cpp:1:
In file included from engine/movegen.hpp:3:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/search.cpp:1:
In file included from engine/search.hpp:5:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/ttable.cpp:1:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/main.cpp:7:
In file included from engine/bitboard.hpp:5:
In file included from engine/ttable.hpp:4:
engine/mem.hpp:26:21: error: use of undeclared identifier 'MADV_HUGEPAGE'
26 | madvise(ptr, size, MADV_HUGEPAGE);
| ^
In file included from engine/search.cpp:4:
engine/wdl.hpp:19:11: warning: enumeration values 'KING' and 'NO_PIECETYPE' not handled in switch [-Wswitch]
19 | switch (pt) {
| ^~
engine/wdl.hpp:19:11: note: add missing switch cases
19 | switch (pt) {
| ^
1 error generated.
1 warning and 1 error generated.
make: *** [Pyrrhic/tbprobe.o] Error 1
make: *** [engine/eval.o] Error 1
1 error generated.
1 error generated.
1 error generated.
make: *** [engine/ttable.o] Error 1
make: *** [engine/tb.o] Error 1
make: *** [engine/movepicker.o] Error 1
1 error generated.
1 error generated.
make: *** [engine/nnue/accumulator.o] Error 1
1 error generated.
make: *** [engine/movegen.o] Error 1
make: *** [engine/history.o] Error 1
1 error generated.
make: *** [engine/threads.o] Error 1
1 error generated.
make: *** [engine/bitboard.o] Error 1
1 warning and 1 error generated.
make: *** [engine/search.o] Error 1
1 error generated.
make: *** [engine/main.o] Error 1
1 warning generated.