- 主题:smth1.2snapshot怎么make这样的错啊?牛人指点!
上边的编译正常
[Compiling article.c]
article.c: In function `post_commend':
article.c:720: structure has no member named `o_bid'
article.c: In function `after_post':
article.c:923: structure has no member named `o_bid'
article.c:988: structure has no member named `o_bid'
article.c: In function `delete_range':
article.c:2031: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c: In function `pass_filter':
article.c:2127: structure has no member named `o_bid'
article.c:2137: structure has no member named `o_bid'
article.c:2140: structure has no member named `o_bid'
article.c:2146: structure has no member named `o_bid'
article.c:2161: structure has no member named `o_bid'
article.c:2161: warning: passing arg 1 of `updatelastpost' discards qualifiers fr
m pointer target type
article.c:2166: structure has no member named `o_bid'
article.c:2166: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c:2167: structure has no member named `o_bid'
article.c:2169: structure has no member named `o_bid'
article.c:2169: warning: passing arg 1 of `setboardmark' discards qualifiers from
pointer target type
make[2]: *** [article.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
我研究了一下,如果我编译的时候使用--enable-site=devel就能正常通过
如果使用--enable-site=fb2k(在smthCVS服务器上)就出现上边的错误
我把fb2k.h中SECNUM和fb2k.c中的secname explain seccode 都改成和我原来的fb2000一样的了阿
--
FROM 202.113.34.61
用1.2版本,别用snapshot
【 在 winefox.bbs@ytht.net (云无心出岫) 的大作中提到: 】
: 上边的编译正常
: [Compiling article.c]
: article.c: In function `post_commend':
: ...................
--
FROM 166.111.76.*
site.h 里面 fileheader 的定义有问题。
以前的代码是不是 2004年2月底之前的代码?
参考 contrib/smth11to12/下面的东东升级
【 在 winefox.bbs@ytht.net (云无心出岫) 的大作中提到: 】
: 上边的编译正常
: [Compiling article.c]
: article.c: In function `post_commend':
: ...................
--
FROM 128.12.155.*
上边的编译正常
[Compiling article.c]
article.c: In function `post_commend':
article.c:720: structure has no member named `o_bid'
article.c: In function `after_post':
article.c:923: structure has no member named `o_bid'
article.c:988: structure has no member named `o_bid'
article.c: In function `delete_range':
article.c:2031: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c: In function `pass_filter':
article.c:2127: structure has no member named `o_bid'
article.c:2137: structure has no member named `o_bid'
article.c:2140: structure has no member named `o_bid'
article.c:2146: structure has no member named `o_bid'
article.c:2161: structure has no member named `o_bid'
article.c:2161: warning: passing arg 1 of `updatelastpost' discards qualifiers fr
m pointer target type
article.c:2166: structure has no member named `o_bid'
article.c:2166: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c:2167: structure has no member named `o_bid'
article.c:2169: structure has no member named `o_bid'
article.c:2169: warning: passing arg 1 of `setboardmark' discards qualifiers from
pointer target type
make[2]: *** [article.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
我研究了一下,如果我编译的时候使用--enable-site=devel就能正常通过
如果使用--enable-site=fb2k(在smthCVS服务器上)就出现上边的错误
我把fb2k.h中SECNUM和fb2k.c中的secname explain seccode 都改成和我原来的fb2000一样的了阿
--
FROM 202.113.34.61
site.h 里面 fileheader 的定义有问题。
以前的代码是不是 2004年2月底之前的代码?
参考 contrib/smth11to12/下面的东东升级
【 在 winefox.bbs@ytht.net (云无心出岫) 的大作中提到: 】
: 上边的编译正常
: [Compiling article.c]
: article.c: In function `post_commend':
: ...................
--
FROM 128.12.155.*
fb2k-v2才行。fb2k多年未更新了
【 在 winefox.bbs@ytht.net (云无心出岫) 的大作中提到: 】
: 上边的编译正常
: [Compiling article.c]
: article.c: In function `post_commend':
: ...................
--
FROM 202.120.181.*
上边的编译正常
[Compiling article.c]
article.c: In function `post_commend':
article.c:720: structure has no member named `o_bid'
article.c: In function `after_post':
article.c:923: structure has no member named `o_bid'
article.c:988: structure has no member named `o_bid'
article.c: In function `delete_range':
article.c:2031: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c: In function `pass_filter':
article.c:2127: structure has no member named `o_bid'
article.c:2137: structure has no member named `o_bid'
article.c:2140: structure has no member named `o_bid'
article.c:2146: structure has no member named `o_bid'
article.c:2161: structure has no member named `o_bid'
article.c:2161: warning: passing arg 1 of `updatelastpost' discards qualifiers fr
m pointer target type
article.c:2166: structure has no member named `o_bid'
article.c:2166: warning: passing arg 1 of `setboardorigin' discards qualifiers fr
m pointer target type
article.c:2167: structure has no member named `o_bid'
article.c:2169: structure has no member named `o_bid'
article.c:2169: warning: passing arg 1 of `setboardmark' discards qualifiers from
pointer target type
make[2]: *** [article.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
我研究了一下,如果我编译的时候使用--enable-site=devel就能正常通过
如果使用--enable-site=fb2k(在smthCVS服务器上)就出现上边的错误
我把fb2k.h中SECNUM和fb2k.c中的secname explain seccode 都改成和我原来的fb2000一样的了阿
--
FROM 202.113.34.61
site.h 里面 fileheader 的定义有问题。
以前的代码是不是 2004年2月底之前的代码?
参考 contrib/smth11to12/下面的东东升级
【 在 winefox.bbs@ytht.net (云无心出岫) 的大作中提到: 】
: 上边的编译正常
: [Compiling article.c]
: article.c: In function `post_commend':
: ...................
--
FROM 128.12.155.*