- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从源代码安装rtorrent,但是在编译时出现错误。我正在使用新的Ubuntu 20.04 VM。
libtorrent安装
sudo apt update
sudo apt upgrade -y
sudo apt install build-essential zip net-tools zlib1g-dev libssl-dev pkg-config libncurses-dev libncursesw5-dev libcppunit-dev autoconf automake libtool libcurl4-openssl-dev -y
cd /tmp
wget http://rtorrent.net/downloads/libtorrent-0.13.8.tar.gz
tar -zxvf libtorrent-0.13.8.tar.gz
cd libtorrent-0.13.8
bash autogen.sh
./configure
make -j 6
sudo make install
rtorrent安装
cd /tmp
git clone https://github.com/rakshasa/rtorrent.git
cd rtorrent/
./autogen.sh
./configure
make -j 6
但是我得到一个错误。我找不到任何有趣的Google。
/usr/local/include/torrent/poll.h:43:1: note: ‘std::function’ is defined in header ‘<functional>’; did you forget to ‘#include <functional>’?
#include expects "FILENAME" or <FILENAME>
您可以找到所有错误消息
here on pastebin
最佳答案
而不是使用wget下载旧的libtorrent源,而是从github获取最新版本:
git clone https://github.com/rakshasa/libtorrent.git
rtorrent和libtorrent版本已保持同步,请检查rtorrent源中的自述文件以获取兼容版本。
关于compiler-errors - rtorrent编译错误: error: #include expects “FILENAME” or <FILENAME>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62603411/
在 rtorrent 中,假设我正在播种一个 torrent,我从我的硬盘驱动器中删除了它的内容。 rtorrent 最终注意到并且 torrent 显示“下载已注册为已完成,但哈希检查返回未完成的
我正在使用“XMLRPC 库”从 rTorrent 服务器获取信息。 server = xmlrpc.client.Server(server_url) name=server.get_name()
我想编写自己的 rTorrent WebUI,并使用 xmlrpc 完成我的第一步。但不知何故,它并没有真正起作用...... 这是我为 HTTP POST 请求编写的函数: function req
我一直在努力寻找,但找不到答案... 是否有适用于 linux (centos) 的 torrent 程序,您可以在其中跳过 torrent 中的某些文件或下载特定文件?或者,如果不是,则跳过特定大小
我正在尝试通过nodejs 将 torrent 加载到 rtorrent 客户端中。我正在使用插件 node-rtorrent,但我可以编辑它或根据需要使用另一个插件。 所以我想做的是使用 rtorr
我是一名优秀的程序员,十分优秀!