cpp-main/cpp-tbox

cannot find -levent_core -lev问题

Closed this issue · 2 comments

这个问题是没有安装libevent与libev,直接make引起的。
之前cpp-tbox是有依赖这两个库,后来这两个库被替代了,已不再依赖了。
但是在个别的Makefile中,忘了删除对应的库链接。

临时解决办法:
修改以下三个文件:
modules/coroutine/Makefile
modules/terminal/Makefile
modules/mqtt/Makefile

将以下红框中的内容删除:
e4c230d7cadcc7374e0c096636849a8

重新make即可。

已修复,版本 1.5.9