在编译统计排名时出现这样的话
$ 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'
bbstop.c:207:22: warning: multi-line string literals are deprecated
make: *** [bbstop] Error 1
同时在该文件夹下面没有bbstop文件
请问这是为什么呢?
另外,十大统计里面为什么会统计今天之前的文章呢?
谢谢:)
--
FROM 210.77.7.*