- 主题:编译出了问题!
用cvs下的今天的代码,
acloacl;autoheader;automake -a;autoconf
以后生成了configure,
configure没有错误,make时候出错!!
大侠看看什么问题??好像是编译bbslink.c出错??
Making all in innbbsd
[Compiling bbslink.c]
bbslink.c: In function `process_article':
bbslink.c:429: `MAIL_BBSDOMAIN' undeclared (first use in this
function)
bbslink.c:429: (Each undeclared identifier is reported only once
bbslink.c:429: for each function it appears in.)
bbslink.c: In function `process_cancel':
bbslink.c:928: `MAIL_BBSDOMAIN' undeclared (first use in this
function)
make[3]: *** [bbslink-bbslink.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
FROM 220.194.136.*
是不是MAIL_BBSDOMAIN没有声明啊??
【 在 widewolf (弓满月) 的大作中提到: 】
: 用cvs下的今天的代码,
: acloacl;autoheader;automake -a;autoconf
: 以后生成了configure,
: ...................
--
FROM 220.194.136.*
是没有定义啊??
怎么定义?
#define MAIL_BBSDOMAIN local
???
【 在 Czz@feeling.smth.org-SPAM.no (喜滋滋) 的大作中提到: 】
: 看你的 site.h 中有没有
--
FROM 220.194.136.*