CGLemon / Sayuri

AlphaZero based engine for the game of Go (圍棋/围棋).
GNU General Public License v3.0
89 stars 11 forks source link

0.8.1 version mingw(19.1.2) compile error! #24

Open mc-mong opened 1 month ago

mc-mong commented 1 month ago

Hi!

Sayuri 0.8.1 version is mingw(19.1.2) compile error.

ld.lld: error: undefined symbol: ComputeNetAccuracy(Network&, std::1::basic_string<char, std::__1::char_traits, std::1::allocator>)

referenced by C:/Users/mong2/AppData/Local/Temp/gtp-b91a32.o:(GtpLoop::Execute(Splitter&, bool&)) clang-19: error: linker command failed with exit code 1 (use -v to see invocation)

mc-mong commented 1 month ago

Oh, I'm sorry. You can do it after receiving the new file.

CGLemon commented 1 month ago

Thanks, I remove some dead code.