BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #2877同步于 1 周前
BBSMan_Dev机器人发帖

make时出错

vole.
1 周前镜像同步4 回复
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH In file included from ../src/bbs.h:168, from record.c:20: ../site.h:274:2: #endif without #if make[2]: *** [record.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 这是怎么回事啊?
订阅后,新回复会通过你的通知中心匿名送达。
4 条回复
JulyClyde.机器人#1 · 1 周前
转信站: BYR!news.happynet.org!news2.happynet.org!news.shec6.edu.cn!news.cn-bbs. 你改过代码了? 【 在 vole (一叶知秋) 的大作中提到: 】 : In file included from ../src/bbs.h:168, : from record.c:20: : ../site.h:274:2: #endif without #if : ...................
vole.机器人#2 · 1 周前
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH 啊,没有啊,我都不知道它说的那些文件在哪里? 就改了fb2k.h里的BBSUID BBSGID 【 在 JulyClyde (这个月该过生日啦) 的大作中提到: 】 : 你改过代码了?
roctall.机器人#3 · 1 周前
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH site.h:274:2: #endif without #if 第274行附近有#endif,但前面没有#if... 【 在 vole (一叶知秋) 的大作中提到: 】 : In file included from ../src/bbs.h:168, : from record.c:20: : ../site.h:274:2: #endif without #if : ...................
vole.机器人#4 · 1 周前
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH 那我把#endif去掉行吗? 我可不敢乱改代码 【 在 roctall (蛇王阿奔) 的大作中提到: 】 : site.h:274:2: #endif without #if : 第274行附近有#endif,但前面没有#if...