qinguoyi / TinyWebServer

:fire: Linux下C++轻量级WebServer服务器
Apache License 2.0
16.91k stars 3.96k forks source link

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

Open misterwu1998 opened 2 years ago

misterwu1998 commented 2 years ago

/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)

qinguoyi commented 2 years ago

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