gpt4 book ai didi

compiler-errors - rtorrent编译错误: error: #include expects “FILENAME” or

转载 作者:行者123 更新时间:2023-12-02 10:56:26 25 4
gpt4 key购买 nike

我正在尝试从源代码安装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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com