|

楼主 |
发表于 2008-10-25 23:36:34
|
显示全部楼层
6.45 Man-DB-2.4.4出错,信息如下:
[HTML]make -C src
make[1]: Entering directory `/sources/man-db-2.4.4/src'
flex -8 -B -Cem -t lexgrog.l > lexgrog.c
make[1]: Leaving directory `/sources/man-db-2.4.4/src'
make[1]: Entering directory `/sources/man-db-2.4.4/src'
gcc -g -O2 -Wall -W -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -DHAVE_CONFIG_H -DCONFIG_FILE=\"/etc/man_db.conf\" -DLOCALEDIR=\"/usr/share/locale\" -DWHATIS=\"/usr/bin/whatis\" -DAPROPOS=\"/usr/bin/apropos\" -DSOELIM=\"/usr/bin/zsoelim\" -DMANDB=\"/usr/bin/mandb\" -I../include -I.. -I. -I../intl -c -o man.o man.c
In file included from man.c:125:
../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
../include/manconfig.h:117:1: warning: this is the location of the previous definition
../include/manconfig.h:458:1: warning: "COL" redefined
../include/manconfig.h:153:1: warning: this is the location of the previous definition
../include/manconfig.h:459:1: warning: "VGRIND" redefined
../include/manconfig.h:157:1: warning: this is the location of the previous definition
../include/manconfig.h:460:1: warning: "GRAP" redefined
../include/manconfig.h:165:1: warning: this is the location of the previous definition
man.c: In function 'make_roff_command':
man.c:1744: error: 'TROFF' undeclared (first use in this function)
man.c:1744: error: (Each undeclared identifier is reported only once
man.c:1744: error: for each function it appears in.)
man.c:1747: error: 'NROFF' undeclared (first use in this function)
man.c:1776: error: 'gxditview' undeclared (first use in this function)
man.c: In function 'format_display':
man.c:2269: warning: unused parameter 'man_file'
make[1]: *** [man.o] Error 1
make[1]: Leaving directory `/sources/man-db-2.4.4/src'
make: *** [src] Error 2[/HTML]
前面一路正确,这里就突然卡住了。那些工具链调整什么的确定是正确的。而这里重新编译了好几次,都是同样的错误。 |
|