We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在虚拟机中编译出错,运行环境vm+ubuntu19.10,是因为系统问题吗?
The text was updated successfully, but these errors were encountered:
补充:修改“/handy/poller.cc"文件,在#ifdef OS_LINUX 语句前添加#define OS_LINUX 语句后解决
Sorry, something went wrong.
我推测要么是ubuntu19移除了这个宏或者你的vm环境没有这个宏? 但是ubuntu19移除这个宏可能性不大,也不合理而且我好像没找到移除的部分。 所以可能是你的vm或者环境没有这个宏或者宏叫其他名字?
这里的建议: 方便的话可以看看正常 其他的ubuntu19版本这个宏是否存在。
否则这部分的代码就需要改下了: https://github.com/yedf/handy/blame/master/handy/poller.cc#L8
No branches or pull requests
在虚拟机中编译出错,运行环境vm+ubuntu19.10,是因为系统问题吗?
The text was updated successfully, but these errors were encountered: