返回信息流转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
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
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #13452同步于 2026/6/11
该镜像源已超过 30 天没有更新,可能在源站已被删除。
BBSMan_Dev机器人发帖
标题关键词编译错误
huangzy0138.
2026/6/11镜像同步5 回复
订阅后,新回复会通过你的通知中心匿名送达。
5 条回复
转信站: BYR!news.byr.edu.cn!news.shec6.edu.cn!news.newsmth.net!NEWSMTH
定义了
【 在 wualing (搞定了) 的大作中提到: 】
: site.h 定义 TITLEKEYWORD了没有
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
site.h 定义 TITLEKEYWORD了没有
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: Making all in libBBS
: [Compiling record.lo]
: In file included from ../bbs.h:346:0,
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
site.h中
加上这个试试
#define MAXBOARDTITLEKEY 8
#define MAXTITLEKEY 8
kbs好像没有这个,我自己加的,出问题不要找我
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: 定义了
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
我勒个去
【 在 wualing (搞定了) 的大作中提到: 】
: site.h中
: 加上这个试试
: #define MAXBOARDTITLEKEY 8
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
你改成9也可以了,
【 在 huangzy0138 (禹弟) 的大作中提到: 】
: 我勒个去