- 主题:安装ythtbbs不能在local_utl下运行make install
ythtbbs-0.0.3-snap-20040428.tgz
rh9.0面,按照安装文档进行,在运行local_utl下运行出现一大堆warning
哪位高手帮忙解决下阿,多谢了.
//
gcc -Wall -O2 -mmmx -msse -mcpu=pentium4 -march=pentium4 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g bbslogd.c
bbslogd.c:4:28: ght_hash_table.h: 没有那个文件或目录
bbslogd.c:78: parse error before '*' token
bbslogd.c:78: warning: type defaults to `int' in declaration of `passerrtable'
bbslogd.c:78: warning: data definition has no type or storage class
bbslogd.c:79: parse error before '*' token
bbslogd.c:79: warning: type defaults to `int' in declaration of `bansitetable'
bbslogd.c:79: warning: data definition has no type or storage class
bbslogd.c: In function `bansiteop':
bbslogd.c:145: `ght_iterator_t' undeclared (first use in this function)
bbslogd.c:145: (Each undeclared identifier is reported only once
bbslogd.c:145: for each function it appears in.)
bbslogd.c:145: parse error before "iterator"
bbslogd.c:146: `ght_hash_table_t' undeclared (first use in this function)
bbslogd.c:146: `tmptable' undeclared (first use in this function)
bbslogd.c:152: warning: implicit declaration of function `ght_create'
bbslogd.c:152: warning: assignment makes pointer from integer without a cast
bbslogd.c:156: warning: implicit declaration of function `ght_get'
bbslogd.c:156: warning: assignment makes pointer from integer without a cast
bbslogd.c:165: warning: implicit declaration of function `ght_insert'
bbslogd.c:177: warning: assignment makes pointer from integer without a cast
bbslogd.c:182: warning: implicit declaration of function `ght_first'
bbslogd.c:182: `iterator' undeclared (first use in this function)
bbslogd.c:182: warning: assignment makes pointer from integer without a cast
bbslogd.c:183: warning: implicit declaration of function `ght_next'
bbslogd.c:183: warning: assignment makes pointer from integer without a cast
bbslogd.c:193: warning: implicit declaration of function `ght_finalize'
bbslogd.c: In function `filter_passerr':
bbslogd.c:207: warning: assignment makes pointer from integer without a cast
bbslogd.c:215: warning: assignment makes pointer from integer without a cast
bbslogd.c: In function `expireevent':
bbslogd.c:257: warning: assignment makes pointer from integer without a cast
bbslogd.c:260: warning: implicit declaration of function `ght_remove'
make: *** [bbslogd.o] Error 1
--
FROM 202.119.18.53
看这行:
“bbslogd.c:4:28: ght_hash_table.h: 没有那个文件或目录”
需要到software目录下make installghthash
【 在 plumfad (plumfad) 的大作中提到: 】
: ythtbbs-0.0.3-snap-20040428.tgz
: rh9.0面,按照安装文档进行,前面都正常,在运行local_utl下运行make install时出现一大堆warning
: 哪位高手帮忙解决下阿,多谢了.
: //
: gcc -Wall -O2 -mmmx -msse -mcpu=pentium4 -march=pentium4 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g -DLINUX -c -g bbslogd.c
: ...................
--
FROM 60.24.12.30
多谢哈~~
【 在 bluetent.bbs@ytht.net (bluetent) 的大作中提到: 】
: 看这行:
: “bbslogd.c:4:28: ght_hash_table.h: 没有那个文件或目录”
: 需要到software目录下make installghthash
--
FROM 202.119.18.*