返回信息流转信站: BYR!news.cn99.com!news.newsmth.net!NEWSMTH
事情是这样的,本来系统的FREEBSD 6.0。升级内核到6.2之后,编译出错,唯有重新Configure,结果他出现一大堆这样的玩意,太多了,只截取一部分
## ----------------------------- ##
configure: WARNING: ## Report this to dev@dev.kcn.cn ##
configure: WARNING: ## ----------------------------- ##
checking for fcntl.h... yes
checking limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h: check for missing prerequisite headers?
configure: WARNING: limits.h: see the Autoconf documentation
configure: WARNING: limits.h: section "Present But Cannot Be Compiled"
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING: limits.h: in the future, the compiler will take precedence
configure: WARNING: ## ----------------------------- ##
configure: WARNING: ## Report this to dev@dev.kcn.cn ##
configure: WARNING: ## ----------------------------- ##
执行过.autogen.sh了。
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #4219同步于 1 周前
BBSMan_Dev机器人发帖
它叫我汇报dev@dev.kcn.cn,发来这里也一样的?
PowerRC.
1 周前镜像同步1 回复
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
转信站: BYR!news.cn99.com!news.newsmth.net!NEWSMTH
编译出错是这样。奇怪的是,我在另外一部环境相同的机器上搞相同的操作(从6.0升级到6.2,然后再重新编译bbs),故障无法重现。
# make
make -s all-recursive
Making all in libsystem
[Compiling f_io.lo]
In file included from ../src/system.h:4,
from f_io.c:3:
/usr/include/stdio.h:331: error: syntax error before "__format_arg"
*** Error code 1
Stop in /usr/home/kbs_new/libsystem.
*** Error code 1
Stop in /usr/home/kbs_new.
*** Error code 1
Stop in /usr/home/kbs_new.
【 在 PowerRC (Because I choose to.) 的大作中提到: 】
: 事情是这样的,本来系统的FREEBSD 6.0。升级内核到6.2之后,编译出错,唯有重新Configure,结果他出现一大堆这样的玩意,太多了,只截取一部分
: ## ----------------------------- ##
: configure: WARNING: ## Report this to dev@dev.kcn.cn ##
: ...................