LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.36k stars 519 forks source link

Compile error fix for rescorer on MSVC 2022 Windows11. #2037

Open ContradNamiseb opened 1 month ago

ContradNamiseb commented 1 month ago

This fixes the error:

gaviotatb| Project name: gaviotatb
gaviotatb| Project version: undefined
gaviotatb| C compiler for the host machine: cl (msvc 19.38.33130 "Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33130 for x64")
gaviotatb| C linker for the host machine: link link 14.38.33130.0
gaviotatb| Build targets in project: 27
gaviotatb| Subproject gaviotatb finished.
meson.build:706:2: ERROR: No host machine compiler for 'subprojects/gaviotatb/gtb-probe.c'

The above was the output when running build_rescorer.cmd on Windows.