Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ContradNamiseb
Copy link
Contributor

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.

Doesn't create a rescorer solution. So we just have to use a lc0_sln.
Add c build capability for rescorer.
Removing libatomic dependency for msvc only as it uses its own atomic libs from the std library.
@ContradNamiseb ContradNamiseb changed the title Compile error fix for rescorer on MSVC 2022 on Windows. Compile error fix for rescorer on MSVC 2022 Windows11. Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant