- 主题:编译错误,源码没改动呀??!
server2:~/trunk/kbs_bbs# make
make -s all-recursive
Making all in libsystem
[Compiling f_io.lo]
[Compiling kbs_string.lo]
[Compiling uuencode.lo]
[Compiling base64.lo]
[Linking libsystem.la]
Making all in libBBS
[Compiling record.lo]
[Compiling log.lo]
log.c: In function 'newbbslog':
log.c:306: warning: the address of 'g_session' will always evaluate as 'true'
[Compiling ucache.lo]
[Compiling stuff.lo]
stuff.c: In function 'sendactivation':
stuff.c:2713: error: expected ')' before string constant
stuff.c:2713: warning: passing argument 2 of 'bbs_sendmail' discards qualifiers from pointer target type
stuff.c:2713: error: too few arguments to function 'bbs_sendmail'
stuff.c: In function 'write_formatted_file':
stuff.c:3338: warning: implicit declaration of function 'get_parameter_index_len '
make[2]: *** [stuff.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
FROM 27.227.42.*
解决了,gmp库没装好,重新安装了一个高版本的。
--
FROM 27.227.42.*
你的老载入问题咋解决的?
【 在 MZC (忘我) 的大作中提到: 】
: server2:~/trunk/kbs_bbs# make
: make -s all-recursive
: Making all in libsystem
: ...................
--
FROM 202.201.1.*
在CentOS上编译的么?
【 在 MZC (忘我) 的大作中提到: 】
: server2:~/trunk/kbs_bbs# make
: make -s all-recursive
: Making all in libsystem
: ...................
--
FROM 183.157.160.*
是的,这个上面问题少。
【 在 ohcabinet 的大作中提到: 】
: 在CentOS上编译的么?
:
--
FROM 116.247.108.*