SMTH BBS 1.2.1 RH 7.3
Making intall in src
[Compiling newmain_single.c]
newmain_single.c: In function `update_endline':
newmain_single.c:1142: `DEF_SHOWBANNER' undeclared (first use in this function)
newmain_single.c:1142: (Each undeclared identifier is reported only once
newmain_single.c:1142: for each function it appears in.)
make[1]: *** [newmain_single.o] Error 1
make: *** [install-recursive] Error 1
可不是默认就定义了么?
libBBS/default.h:#define DEF_SHOWBANNER 040000000002
site/default.h:#define DEF_SHOWBANNER 040000000002
src/default.h:#define DEF_SHOWBANNER 040000000002
src/newmain_single.c: allstay = (DEFINE(currentuser, DEF_SHOWBANNER)) ? (time(
0) % 3) : 0;
--
修改:cnbird FROM 202.197.75.*
FROM 202.197.75.*