- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 libtorrent-rasterbar 来开发一些 torren 测试,但是当我尝试编译包中的示例时,我遇到了这个错误:
g++ dump_torrent.cpp
In file included from /usr/local/include/libtorrent/torrent_info.hpp:61:0,
from dump_torrent.cpp:40:
/usr/local/include/libtorrent/file_storage.hpp:110:8: error: ‘void libtorrent::file_storage::add_file(const wpath&, libtorrent::size_type, int, time_t, const boost::filesystem3::path&)’ cannot be overloaded
/usr/local/include/libtorrent/file_storage.hpp:106:8: error: with ‘void libtorrent::file_storage::add_file(const boost::filesystem3::path&, libtorrent::size_type, int, time_t, const boost::filesystem3::path&)’
In file included from dump_torrent.cpp:40:0:
/usr/local/include/libtorrent/torrent_info.hpp:195:3: error: ‘libtorrent::torrent_info::torrent_info(const wpath&)’ cannot be overloaded
/usr/local/include/libtorrent/torrent_info.hpp:193:3: error: with ‘libtorrent::torrent_info::torrent_info(const boost::filesystem3::path&)’
/usr/local/include/libtorrent/torrent_info.hpp:204:3: error: ‘libtorrent::torrent_info::torrent_info(const wpath&, boost::system::error_code&)’ cannot be overloaded
/usr/local/include/libtorrent/torrent_info.hpp:202:3: error: with ‘libtorrent::torrent_info::torrent_info(const boost::filesystem3::path&, boost::system::error_code&)’
In file included from /usr/local/include/libtorrent/magnet_uri.hpp:38:0,
from dump_torrent.cpp:42:
/usr/local/include/libtorrent/torrent_handle.hpp:585:8: error: ‘void libtorrent::torrent_handle::move_storage(const wpath&) const’ cannot be overloaded
/usr/local/include/libtorrent/torrent_handle.hpp:581:8: error: with ‘void libtorrent::torrent_handle::move_storage(const boost::filesystem3::path&) const’
/usr/local/include/libtorrent/torrent_handle.hpp:586:8: error: ‘void libtorrent::torrent_handle::rename_file(int, const wpath&) const’ cannot be overloaded
/usr/local/include/libtorrent/torrent_handle.hpp:582:8: error: with ‘void libtorrent::torrent_handle::rename_file(int, const boost::filesystem3::path&) const’
库的版本是:libtorrent-rasterbar-0.15.10 libboost-1.46另外我正在尝试在 linux 下使用它。
如果您需要其他信息,我很乐意提供给您。谢谢
最佳答案
我找到了解决方案。
Libtorrent-rasterbar 需要 boost-filesystem 版本号 2,但当前版本是 3,所以要解决这个问题你必须用这个标志编译它:-DBOOST_FILESYSTEM_VERSION=2
关于c++ - libtorrent-rasterbar 编译示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9864871/
我想使用 libtorrent-rasterbar 来开发一些 torren 测试,但是当我尝试编译包中的示例时,我遇到了这个错误: g++ dump_torrent.cpp In file i
我刚刚使用源代码编译并安装了 boost $密码 /Downloads/boost_1_58_0 ./b2 threading=multi link=static runtime-link=stati
我正在尝试使用 libtorrent-rasterbar 0.16.13 使用无 DHT、仅跟踪器行为下载远程元数据文件 (.torrent)。 不幸的是,我遇到了很多 peer_disconnect
我正在尝试获取有关我发送给对等方的数据的警报。我的代码通过查找 libtorrent.block_finished_alert 非常适合传入 block ,但我想知道我何时以及向同行发送什么内容。我找
我试图编译无济于事。 这是导致问题的代码: using namespace libtorrent; const address addy; new ip_filter(); ip_filter.add
有谁知道是否可以选择使用 libtorrent 进行连接的对等点?也就是说,在跟踪器返回对等 IP 和端口的列表后,只有选定的少数几个将根据某些定义的标准进行连接。 谢谢 最佳答案 您可以使用 set
我正在运行 Debian 6.0.6 我从这里下载了最新版本的 libtorrent-rasterbar:http://code.google.com/p/libtorrent/downloads/d
我正在尝试使用 libtorrent-rasterbar 和 VS2013 (C++) 构建一个简单的代码 (examples/simple_client.cpp),但我收到以下链接器错误: erro
您好,我正在考虑使用 Android NDK 将用 C++ 编写的 Libtorrent Rasterbar 编译到 Android 中,这样我就可以为 Android 构建一个 torrent 客户
如何通过 rasterbar libtorrent python 绑定(bind)加载磁力链接? 最佳答案 import libtorrent as lt import time ses = lt.s
我安装了 Python 3.4(32 位),并在此基础上安装了 python-libtorrent-0.16.16.win32.msi。 我的测试代码说:ImportError:DLL 加载失败:%1
我是一名优秀的程序员,十分优秀!