Boost Asio - ubuntu
我已经安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.