clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/board_state.cpp -o src/chess/board_state.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/magics.cpp -o src/chess/magics.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/move_gen.cpp -o src/chess/move_gen.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/board.cpp -o src/chess/board.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/castle_rights.cpp -o src/chess/castle_rights.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/chess/move.cpp -o src/chess/move.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/tests/perft.cpp -o src/tests/perft.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/tests/bench.cpp -o src/tests/bench.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/main.cpp -o src/main.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/data_gen/format/monty_format.cpp -o src/data_gen/format/monty_format.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/data_gen/game_runner.cpp -o src/data_gen/game_runner.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/data_gen/openings.cpp -o src/data_gen/openings.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/game_tree.cpp -o src/search/game_tree.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/searcher.cpp -o src/search/searcher.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/node.cpp -o src/search/node.o clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/tree_half.cpp -o src/search/tree_half.o In file included from src/chess/magics.cpp:1: In file included from src/chess/magics.hpp:4: src/chess/../util/multi_array.hpp:4:10: fatal error: 'array' file not found #include <array> ^~~~~~~ In file included from src/chess/move.cpp:1: In file included from src/chess/move.hpp:4: src/chess/../util/types.hpp:3:10: fatal error: 'array' file not found #include <array> In file included from ^~~~~~~ src/chess/castle_rights.cpp:1: In file included from src/chess/castle_rights.hpp:4: src/chess/../util/multi_array.hpp:4:10: fatal error: 'array' file not found #include <array> ^~~~~~~ In file included from src/tests/bench.cpp:1: src/tests/bench.hpp:4:10: fatal error: 'ostream' file not found #include <ostream> ^~~~~~~~~ In file included from src/main.cpp:1: In file included from src/uci/uci.hpp:4: In file included from src/uci/../chess/board.hpp:3: In file included from src/uci/../chess/../util/static_vector.hpp:4: src/uci/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found In file included from #include <cstdlib> ^~~~~~~~~ src/tests/perft.cpp:1: In file included from src/tests/perft.hpp:4: In file included from src/tests/../chess/board.hpp:3: In file included from src/tests/../chess/../util/static_vector.hpp:4: src/tests/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ In file included from src/chess/board.cpp:1: In file included from src/chess/board.hpp:3: In file included from src/chess/../util/static_vector.hpp:4: src/chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ In file included from src/chess/move_gen.cpp:1: In file included from src/chess/move_gen.hpp:4: In file included from src/chess/../util/static_vector.hpp:4: src/chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ 11 error generated. 1clang++ -std=c++20 -stdlib=libc++ -fconstexpr-steps=100000000 -O3 -flto -DEVALFILE=\"/home/vinechessengine/OpenBench/Client/Networks/9B9F2959\" -march=native -c src/search/thread.cpp -o src/search/thread.o In file included from src/chess/board_state.cpp:1: In file included from src/chess/board_state.hpp:4: src/chess/../util/types.hpp:3:10: fatal error: 'array' file not found #include <array> ^~~~~~~ In file included from src/search/node.cpp:1: In file included from src/search/node.hpp:4: In file included from src/search/../chess/move.hpp:4: src/search/../chess/../util/types.hpp:3:10: fatal error: 'array' file not found #include <array> ^~~~~~~ 11 error generated. error generated. In file included from In file included from make: *** [Makefile:74: src/tests/perft.o] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated. 1 error generated. make: *** [Makefile:74: src/main.o] Error 1 make: *** [Makefile:74: src/chess/move.o] Error 1 error generated. error generated. 1src/data_gen/format/monty_format.cpp:1: In file included from src/data_gen/format/monty_format.hpp:4: In file included from src/data_gen/format/../../chess/board.hpp:3: In file included from src/data_gen/format/../../chess/../util/static_vector.hpp:4: src/data_gen/format/../../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ make: *** [Makefile:74: src/search/node.o] Error 1 make: *** [Makefile:74: src/chess/castle_rights.o] Error 1 In file included from src/data_gen/game_runner.cpp:1: In file included from src/data_gen/game_runner.hpp:4: In file included from src/data_gen/../search/searcher.hpp:4: In file included from src/data_gen/../search/../chess/board.hpp:3: In file included from src/data_gen/../search/../chess/../util/static_vector.hpp:4: src/data_gen/../search/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ In file included from src/search/game_tree.cpp:1: In file included from src/search/game_tree.hpp:4: In file included from src/search/../chess/board.hpp:3: In file included from src/search/../chess/../util/static_vector.hpp:4: src/search/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ make: *** [Makefile:74: src/chess/magics.o] Error 1 In file included from src/search/searcher.cpp:1: In file included from src/search/searcher.hpp:make: *** [Makefile:74: src/tests/bench.o] Error 1 4: In file included from src/search/../chess/board.hpp:3: In file included from src/search/../chess/../util/static_vector.hpp:4: src/search/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ 1 error generated. In file included from src/search/tree_half.cpp:1: In file included from src/search/tree_half.hpp:4: src/search/../util/types.hpp:3:10: fatal error: 'array' file not found #include <array> ^~~~~~~ 1 error generated. make: *** [Makefile:74: src/chess/board.o] Error 1 error generated. make: *** [Makefile:74: src/chess/board_state.o] Error 1 src/data_gen/openings.cpp:1: In file included from src/data_gen/openings.hpp:4: In file included from src/data_gen/../chess/board.hpp:3: In file included from src/data_gen/../chess/../util/static_vector.hpp:4: src/data_gen/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ make: *** [Makefile:74: src/chess/move_gen.o] Error 1 11 error generated. error generated. make: *** [Makefile:74: src/search/tree_half.o] Error 1 make: *** [Makefile:74: src/data_gen/format/monty_format.o] Error 1 1 error generated. 1 error generated. In file included from src/search/thread.cpp:1: In file included from src/search/thread.hpp:4: In file included from src/search/../chess/board.hpp:3: In file included from src/search/../chess/../util/static_vector.hpp:4: src/search/../chess/../util/assert.hpp:4:10: fatal error: 'cstdlib' file not found #include <cstdlib> ^~~~~~~~~ make: *** [Makefile:74: src/search/searcher.o] Error 1 make: *** [Makefile:74: src/data_gen/game_runner.o] Error 1 1 error generated. 1 error generated. make: *** [Makefile:74: src/data_gen/openings.o] Error 1 make: *** [Makefile:74: src/search/thread.o] Error 1 1 error generated. make: *** [Makefile:74: src/search/game_tree.o] Error 1