找不到iconv.h
但已经安装了libiconv包的. 而且如果把iconv.h cp 到innbbsd目录下,编译还是出错.
错误代码如下.
qp_conv.c:1:19: iconv.h: No such file or directory
qp_conv.c: In function `str_iconv':
qp_conv.c:72: error: syntax error before "iconv_descriptor"
qp_conv.c:79: error: `iconv_descriptor' undeclared (first use in this function)
qp_conv.c:79: error: (Each undeclared identifier is reported only once
qp_conv.c:79: error: for each function it appears in.)
qp_conv.c:79: warning: implicit declaration of function `iconv_open'
qp_conv.c:81: error: `iconv_t' undeclared (first use in this function)
qp_conv.c:88: warning: implicit declaration of function `iconv'
qp_conv.c:120: warning: implicit declaration of function `iconv_close'
*** Error code 1
Stop in /usr/home/bbs/src/snapshot_kbs/innbbsd.
--
FROM 211.151.90.*