赞,改成这样后不报这个错了。不过还报别的:
Making all in rzsz
[Compiling lsz.c]
lsz.c:57: error: static declaration of 'errors' follows non-static declaration
zglobal.h:171: error: previous declaration of 'errors' was here
lsz.c:58: error: static declaration of 'protocol' follows non-static declaration
zglobal.h:168: error: previous declaration of 'protocol' was here
make[2]: *** [lsz.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
是不是可以装个较低版本的gcc呢
【 在 jiangjun2000@newsmth.net-SPAM.no (%d) 的大作中提到: 】
: 应该是gcc版本太新了, 不认这个
: 你改成如下
: extern struct commands *cmdlist;
: ...................
--
FROM 202.121.105.*