Makefile输出分析:

来源:互联网 发布:数据之巅涂子沛云盘 编辑:程序博客网 时间:2024/06/04 01:13

Makefile输出分析:

例子:
。。。。。。。。。。。。。。。。。。。。。。。。
In file included from /home/sutianzhu/new-proj-mips-linux/wxBase-2.6.1/include/wx/socket.h:28,
                 from ECSocket.h:29,
                 from ECPacket.cpp:26:
【开始:ECPacket.cpp:行26出错--? ECSocket.h行29出错-->XXX/socket.h:28结束】
XXX/socket.h:行28的错误 :
/home/sutianzhu/new-proj-mips-linux/wxBase-2.6.1/include/wx/sckaddr.h:117:5:warning: "wxUSE_IPV6" is not defined
In file included from ECPacket.cpp:26:
ECSocket.h:34:57: zlib.h: No such file or directory
In file included from ECPacket.cpp:26:
ECSocket.h: At global scope:
ECSocket.h:85: error: variable or field `ToZlib' declared void
ECSocket.h:85: error: expected `;' before '(' token
ECSocket.h:91: error: expected `;' before "void"
ECSocket.h:283: error: `z_stream' does not name a type
make[5]: *** [libec_noevt_a-ECPacket.o] Error 1
make[5]: Leaving directory `/home/sutianzhu/new-proj-mips-linux/aMule-2.1.0/src/libs/ec'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/sutianzhu/new-proj-mips-linux/aMule-2.1.0/src/libs/ec'