用的是smthbbs-1.2-snapshot.tar.gz
然后./configure --enable-site=site --diable-www
site.h和site.c是我根据default改的
然后make后显示:
make -s all-recursive
Making all in libsystem
[Compiling f_cat.c]
In file included from ../src/bbs.h:313,
from ../src/system.h:3,
from f_cat.c:2:
../src/struct.h:176: field `origin' has incomplete type
../src/struct.h:177: field `lastreply' has incomplete type
In file included from ../src/bbs.h:486,
from ../src/system.h:3,
from f_cat.c:2:
../src/func.h:358: parse error before `fileheader_t'
../src/func.h:359: parse error before `*'
../src/func.h:383: parse error before `fileheader_t'
../src/func.h:385: parse error before `fileheader_t'
../src/func.h:386: parse error before `fileheader_t'
make[2]: *** [f_cat.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
请问是什么问题啊
--
FROM 219.224.166.*