Boost Asio - ubuntu

发布于 2024-12-11 23:35:32 字数 211 浏览 0 评论 0原文

我已经安装了 libboost-dev 和 libboost-asio-dev 等。

在 ubuntu 11.04 和 11.10 中,asio 也遇到了同样的问题,例如:

“connect”不是“boost::asio”的成员,

它是示例中的sync_client 。

其他 boost 的库似乎工作正常。 ASIO有什么特别的使用方法吗?

i have installed libboost-dev and libboost-asio-dev and etc.

In the ubuntu 11.04 and 11.10 have got same problems with asio, in example:

‘connect’ is not a member of ‘boost::asio’

its a sync_client from examples.

Others boost's libs seems to work fine. Is there any particular way to use ASIO?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咋地 2024-12-18 23:35:32

boost::asio::connect 仅在 boost 1.47 版本中添加。尝试旧版本 的示例。一般来说,Ubuntu 版本的 boost 比 boost 版本晚几个版本。

boost::asio::connect was only added in boost version 1.47. Try an older version of the example. In general, the Ubuntu versions of boost are a couple of versions behind the boost releases.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文