g++ -Wall -std=c++17 -mpopcnt -pthread -lstdc++ -lm -mavx2 -mbmi2 -O3 -march=native -flto=auto -funroll-loops -DEVALFILE=\"/home/volodymyr/OpenBench/Client/Networks/D513F3B7\" *.cpp fathom/tbprobe.cpp -DNDEBUG -D_BTYPE=1 -DSYZYGY_SUPPORT=TRUE -DUSE_AVX2=1 -o Igel-75E6FF8F-D513F3B7
uci.cpp:34:29: warning: missing terminating " character
34 | const std::string VERSION = "3.6.33;
| ^
uci.cpp:34:29: error: missing terminating " character
34 | const std::string VERSION = "3.6.33;
| ^~~~~~~~
uci.cpp:38:1: error: expected primary-expression before ‘const’
38 | const std::string PROGRAM_NAME = "Igel";
| ^~~~~
uci.cpp: In member function ‘int Uci::handleCommands()’:
uci.cpp:92:18: error: ‘PROGRAM_NAME’ was not declared in this scope
92 | std::cout << PROGRAM_NAME << " " << VERSION << ARCHITECTURE << " by V. Shcherbyna (Igel author 2018-2025), V. Medvedev (GreKo author 2002-2018)" << std::endl;
| ^~~~~~~~~~~~
uci.cpp: In member function ‘void Uci::onUci()’:
uci.cpp:139:32: error: ‘PROGRAM_NAME’ was not declared in this scope
139 | std::cout << "id name " << PROGRAM_NAME << " " << VERSION << ARCHITECTURE << std::endl;
| ^~~~~~~~~~~~
make: *** [makefile:71: basic] Error 1