- 主题:请教:innbbsd编译通不过
FreeBSD 5.4
apache2.0.55 php4.4.0 Mysql3.2.3
Making all in innbbsd
qp_conv.c:1:19: iconv.h: No such file or directory
qp_conv.c: In function `str_iconv':
qp_conv.c:71: error: syntax error before "iconv_descriptor"
qp_conv.c:78: error: `iconv_descriptor' undeclared (first use in this function)
qp_conv.c:78: error: (Each undeclared identifier is reported only once
qp_conv.c:78: error: for each function it appears in.)
qp_conv.c:80: error: `iconv_t' undeclared (first use in this function)
*** Error code 1
Stop in /usr/home/bbs/kbs_bbs/innbbsd.
*** Error code 1
在./configure中加入--enable-innbbsd
make时出现上面的错误,高手们是什么原因啊?
--
FROM 221.2.106.*
没有iconv头文件,写得很清楚了。看你iconv哪里来的了,不是自己编译的话
要安装开发包。
【 在 szbin (网路上的Likoo是偶) 的大作中提到: 】
: FreeBSD 5.4
: apache2.0.55 php4.4.0 Mysql3.2.3
: Making all in innbbsd
: qp_conv.c:1:19: iconv.h: No such file or directory
: qp_conv.c: In function `str_iconv':
: qp_conv.c:71: error: syntax error before "iconv_descriptor"
: qp_conv.c:78: error: `iconv_descriptor' undeclared (first use in this function)
: qp_conv.c:78: error: (Each undeclared identifier is reported only once
: qp_conv.c:78: error: for each function it appears in.)
: qp_conv.c:80: error: `iconv_t' undeclared (first use in this function)
: *** Error code 1
: Stop in /usr/home/bbs/kbs_bbs/innbbsd.
: *** Error code 1
: 在./configure中加入--enable-innbbsd
: make时出现上面的错误,高手们是什么原因啊?
--
FROM 128.12.150.*
【 在 atppp (Big Mouse) 的大作中提到: 】
: 没有iconv头文件,写得很清楚了。看你iconv哪里来的了,不是自己编译的话
: 要安装开发包。
~~~~~~~~~~~~~~~~哪里有?在哪里可以找到开发包,偶菜~~~
--
FROM 221.2.106.*
vi innbbsd/Makefile
LIBICONV_CFLAGS = -I/usr/local/include
【 在 szbin (网路上的Likoo是偶) 的大作中提到: 】
: FreeBSD 5.4
: apache2.0.55 php4.4.0 Mysql3.2.3
: Making all in innbbsd
: ...................
--
FROM 211.151.90.87