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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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=\"/mnt/zfs/jupyter-p03/home/w74ma/ob/Client/Networks/F8148116\" -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/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/movepicker.hpp:7,
                 from engine/movepicker.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from Pyrrhic/../engine/ttable.hpp:4,
                 from Pyrrhic/../engine/bitboard.hpp:5,
                 from Pyrrhic/tbconfig.h:41,
                 from Pyrrhic/tbprobe.h:32,
                 from Pyrrhic/tbprobe.cpp:39:
Pyrrhic/../engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
Pyrrhic/../engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/ttable.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/search.hpp:5,
                 from engine/search.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/tb.hpp:5,
                 from engine/tb.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/nnue/../ttable.hpp:4,
                 from engine/nnue/../bitboard.hpp:5,
                 from engine/nnue/accumulator.hpp:5,
                 from engine/nnue/accumulator.cpp:1:
engine/nnue/../mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/nnue/../mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/movegen.hpp:3,
                 from engine/movegen.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/history.hpp:5,
                 from engine/history.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/bitboard.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/eval.hpp:3,
                 from engine/eval.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/search.hpp:5,
                 from engine/threads.hpp:4,
                 from engine/threads.cpp:1:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
In file included from engine/ttable.hpp:4,
                 from engine/bitboard.hpp:5,
                 from engine/main.cpp:7:
engine/mem.hpp: In function ‘void* large_alloc(size_t)’:
engine/mem.hpp:25:28: error: ‘MADV_COLLAPSE’ was not declared in this scope; did you mean ‘MADV_COLD’?
   25 |         madvise(ptr, size, MADV_COLLAPSE);
      |                            ^~~~~~~~~~~~~
      |                            MADV_COLD
make: *** [Makefile:62: engine/ttable.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:62: engine/nnue/accumulator.o] Error 1
make: *** [Makefile:62: engine/eval.o] Error 1
make: *** [Makefile:62: engine/movegen.o] Error 1
make: *** [Makefile:62: engine/history.o] Error 1
make: *** [Makefile:62: engine/movepicker.o] Error 1
make: *** [Makefile:62: Pyrrhic/tbprobe.o] Error 1
make: *** [Makefile:62: engine/tb.o] Error 1
make: *** [Makefile:62: engine/search.o] Error 1
make: *** [Makefile:62: engine/bitboard.o] Error 1
make: *** [Makefile:62: engine/threads.o] Error 1
make: *** [Makefile:62: engine/main.o] Error 1