- 主题:标题关键词编译错误
Making all in libBBS
[Compiling record.lo]
In file included from ../bbs.h:346:0,
from record.c:20:
../src/struct.h:225:17: error: 'MAXBOARDTITLEKEY' undeclared here (not in a function)
../src/struct.h:309:20: error: 'MAXTITLEKEY' undeclared here (not in a function)
make[2]: *** [record.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
FROM 202.201.0.*
site.h 定义 TITLEKEYWORD了没有
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: Making all in libBBS
: [Compiling record.lo]
: In file included from ../bbs.h:346:0,
: ...................
--
FROM 61.178.233.*
定义了
【 在 wualing (搞定了) 的大作中提到: 】
: site.h 定义 TITLEKEYWORD了没有
--
FROM 202.201.0.*
site.h中
加上这个试试
#define MAXBOARDTITLEKEY 8
#define MAXTITLEKEY 8
kbs好像没有这个,我自己加的,出问题不要找我
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: 定义了
--
FROM 61.178.233.*
我勒个去
【 在 wualing (搞定了) 的大作中提到: 】
: site.h中
: 加上这个试试
: #define MAXBOARDTITLEKEY 8
: ...................
--
FROM 202.201.0.*
你改成9也可以了,
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: 我勒个去
--
FROM 61.178.233.*