你的是FB1.0909吧?
把nummedals改为medals
【 在 jiangjun2000@smth.org-SPAM.no (jiangjun) 的大作中提到: 】
: 在编译统计排名时出现这样的话
: $ make bbstop
: gcc -O2 -export -Wunused -I../include -I../../include bbstop.c -o bbstop
: bbstop.c: In function `nummedals_cmp':
: bbstop.c:53: structure has no member named `nummedals'
: bbstop.c:53: structure has no member named `nummedals'
: bbstop.c:180:22: warning: multi-line string literals are deprecated
: bbstop.c: In function `top_nummedals':
: bbstop.c:188: structure has no member named `nummedals'
: bbstop.c:192: structure has no member named `nummedals'
: .................(以下省略)
--