GediminasMasaitis / chess-dot-cpp

GNU General Public License v3.0
17 stars 3 forks source link

Compile problem #3

Open amchess opened 9 months ago

amchess commented 9 months ago

I tried to build with mingw and the instructions in the readme. I obtain this error:

process_begin: CreateProcess(NULL, cc -std=c++20 -O3 -Wall -Wextra -Wpedantic -mbmi2 -DNNUE=1 -DENABLE_INCBIN=1 -DENABLE_TABLEBASES=1 -fprofile-generate -c -o external/fathom/src/tbprobe.o external/fathom/src/tbprobe.c, ...) failed.
make (e=2): Impossible to find the specified file.

How to solve this problem? Thanks in advance