TinyWebServer icon indicating copy to clipboard operation
TinyWebServer copied to clipboard

请教编译时报错mysql.h中枚举型未声明的原因

Open misterwu1998 opened this issue 3 years ago • 1 comments

/usr/include/mysql/mysql.h:477:7: error: use of enum ‘net_async_status’ without previous declaration 477 | enum net_async_status STDCALL mysql_real_connect_nonblocking( | ^~~~~~~~~~~~~~~~ /usr/include/mysql/mysql.h:481:7: error: use of enum ‘net_async_status’ without previous declaration 481 | enum net_async_status STDCALL mysql_send_query_nonblocking( | ^~~~~~~~~~~~~~~~

(被波浪线标注的是net_async_status)

misterwu1998 avatar Feb 22 '22 12:02 misterwu1998

po一下使用的系统数据和复现步骤呢

qinguoyi avatar Sep 26 '22 09:09 qinguoyi