- 主题:kbs升级到r11898, make出错
OS: Solaris 10 x86, gcc 3.4.6
[Compiling chat.c]
[Compiling maintain.c]
maintain.c: In function `scan_register_form':
maintain.c:2831: error: too few arguments to function `mail_file'
maintain.c:2855: error: too few arguments to function `mail_file'
maintain.c: In function `m_unregister':
maintain.c:3010: warning: int format, pid_t arg (arg 4)
*** Error code 1
The following command caused the error:
source='maintain.c' object='maintain.o' libtool=no \
depfile='.deps/maintain.Po' tmpdepfile='.deps/maintain.TPo' \
depmode=gcc3 /bin/bash ../depcomp \
"/export/home0/kbs_svn/kbs_bbs/wrapper.sh" -DHAVE_CONFIG_H -I. -I. -I.. -DBBSMAIN -D_POSIX_PTHREAD_SEMANTICS -g -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS -Wpointer-arith -Wall -I/usr/local/mysql/include -I/usr/local/include -c `test -f 'maintain.c' || echo './'`maintain.c
make: Fatal error: Command failed for target `maintain.o'
Current working directory /export/home0/kbs_svn/kbs_bbs/src
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libsystem libBBS rzsz src daemon local_utl mail2bbs service innbbsd sshbbsd php'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make -s $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make -s "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/kbs_svn/kbs_bbs
*** Error code 1
make: Fatal error: Command failed for target `all'
--
FROM 116.1.3.*
是升级到r11898后编译,才出现这个错误的
r11898之前的没问题
【 在 grassvalley (grassvalley) 的大作中提到: 】
: 现在架设成功了么?
--
FROM 116.1.3.*
实际在用的
是同一个,但水木有自己一些特有的功能
【 在 grassvalley (grassvalley) 的大作中提到: 】
: 你搭建的系统是用来玩的么?还是实际在用呢?
: btw, svn上的系统和水木运行的系统是同一个么?
--
FROM 116.1.3.*