You're right, I just checked and the docs state:Andre wrote:Unfortunately the UCI setting to set syzygy path doesn't show up (I'm using Hiarcs Explorer)
Thanks anyway for providing a stronger compile
But only the SyzygyProbeLimit option show up. Ronald, any suggestion ? (I used the default makefile included in the sources, because using a generic compile line with "*.cpp" got me clang complaining:Syzygybases
Configuration
Syzygybases are configured using the UCI options "SyzygyProbeLimit" and "SyzygyPath".
Code: Select all
tbcore.cpp:248:6: error: use of undeclared identifier 'Tablebases'
void Tablebases::init(const std::string& path)
^
tbcore.cpp:248:29: error: use of undeclared identifier 'std'
void Tablebases::init(const std::string& path)
^
2 errors generated.
