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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/arch/simd/simd.cpp -o engine/arch/simd/simd.o
g++ -std=c++20 -DNNUE_PATH=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c engine/arch/arch.cpp -o engine/arch/arch.o
g++ -std=c++20 -DNNUE_PATH=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -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=\"/home/wdotmathree2/OpenBench/Client/Networks/915D4E59\" -DVERSION=\"v--dev\" -O3 -flto=auto -fprofile-generate -march=native -MMD -MP -c Pyrrhic/tbprobe.cpp -o Pyrrhic/tbprobe.o
engine/nnue/network.cpp:22:10: fatal error: format: No such file or directory
   22 | #include <format>
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:82: engine/nnue/network.o] Error 1
make: *** Waiting for unfinished jobs....