Linux安装编译mwget报错strcmp’ was not declared in this scope

安装mwget的时候报错

httpplugin.cpp: In member function ‘virtual int HttpPlugin::get_info(Task*)’:
httpplugin.cpp:105:8: error: ‘strcmp’ was not declared in this scope

解决方法

找到源码的 src/httpplugin.cpp //根据报错的具体文件修改,添加以下内容:

#include <string.h>
#include <string>
using std::string;

除此之外

ftpplugin.cpp  还有 downloader.cpp 都有可能会遇到这个问题,修改的方法相同

参考:https://blog.csdn.net/lihengchang0212/article/details/89946235

https://api.9idudu.com/mf/detail?aid=3ac677te&mid=b5cdf0f730d41ea1:1400001&ct=NEWS&tk=3ac677te&cid=i8tkrmzr&origin=nonList&userId=8397e96d34094a7cb6607eac66bac49d15b9e006


此外在安装 mwget的时候会遇到 openssl , intltool 等问题

openssl:

sudo apt-get install libssl-dev

如果还不能解决就需下载源码编译安装,然后配置一下 PKG_CONFIG_PATH 

intltool 如果报错的话源码编译安装,然后配置一下 PATH

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值