amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
130 stars 28 forks source link

Does not work without -DUSE_LIVEBOOK #42

Closed archimedeschess closed 1 year ago

archimedeschess commented 1 year ago

Without -DUSE_LIVEBOOK an error message occurs.

search.cpp: In member function 'virtual void Stockfish::MainThread::search()':
search.cpp:770:20: error: qualified-id in declaration before '(' token
  770 | void Thread::search() {
      |                    ^
amchess commented 1 year ago

Corrected: change the file search.cpp Also for BrainLearn. Thanks.

archimedeschess commented 1 year ago

Thank you very much. Works again.

amchess commented 1 year ago

yrw