1、问题
在执行make时报错
make all-recursive
make[1]: Entering directory '/home/lj/software/mwget_0.1.0.orig'
Making all in mach-info
make[2]: Entering directory '/home/lj/software/mwget_0.1.0.orig/mach-info'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/lj/software/mwget_0.1.0.orig/mach-info'
Making all in src
make[2]: Entering directory '/home/lj/software/mwget_0.1.0.orig/src'
g++ -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -D_FILE_OFFSET_BITS=64 -MT httpplugin.o -MD -MP -MF .deps/httpplugin.Tpo -c -o httpplugin.o httpplugin.cpp
httpplugin.cpp: In member function ‘virtual int HttpPlugin::get_info(Task*)’:
httpplugin.cpp:105:8: error: ‘strcmp’ was not declared in this scope
if(strcmp(location, task->url.get_url()) == 0) break;
^~~~~~
httpplugin.cpp:105:8: note: ‘strcmp’ is defined in header ‘’; did you forget to