Hello, when i compile the source on winscp with gmake all -j20 for compiling game source and db source i have some erros, can u help me with them?
AsyncSQL.cpp: In member function 'bool CAsyncSQL::Connect()':
AsyncSQL.cpp:143:88: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect'
143 | fprintf(stdout, "AsyncSQL: connected to %s (reconnect %d)\n", m_stHost.c_str(), m_hDB.reconnect);
| ^~~~~~~~~
gmake[2]: *** [Makefile:36: AsyncSQL.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....