mirai-cpp-template icon indicating copy to clipboard operation
mirai-cpp-template copied to clipboard

冲突

Open imag-er opened this issue 4 years ago • 1 comments

easywslient.cppf里有一行typedef __int8 int8_t; 与里定义的uint8_t冲突, 报错信息: conflicting declaration 'typedef char int8_t'GCC stdint.h(35, 21): previous declaration as 'typedef signed char int8_t' 若注释掉该行则出现五十多条undefined reference

imag-er avatar Jun 07 '21 11:06 imag-er

这个旧的ws库在新版本里已经移除了。

这类issues以后发到mirai-cpp的仓库中比较好,发在这里我容易漏看。

cyanray avatar Jun 20 '21 15:06 cyanray