- 主题:#define OWN_USEREC 1
然后重新 ./configure
make
出错
record.c: In function `load_mail_list':
record.c:160: error: dereferencing pointer to incomplete type
record.c: In function `save_mail_list':
record.c:174: error: dereferencing pointer to incomplete type
record.c: In function `get_mailusedspace':
record.c:188: error: dereferencing pointer to incomplete type
record.c:189: error: dereferencing pointer to incomplete type
record.c:191: error: dereferencing pointer to incomplete type
record.c:193: error: dereferencing pointer to incomplete type
record.c:198: error: dereferencing pointer to incomplete type
record.c:201: error: dereferencing pointer to incomplete type
record.c:204: error: dereferencing pointer to incomplete type
make[2]: *** [record.lo] 错误 1
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 2
--
FROM 218.249.29.*
如果在 site.h 里面不写 OWN 的话没有问题
但是,不是说修改了 userec 之后 都要写 OWN_USEREC 吗?
【 在 tombcy (tombcy) 的大作中提到: 】
: 然后重新 ./configure
: make
: 出错
: ...................
--
FROM 218.249.29.*
我改了,要保留奖章啊
如果不定义的话
我转换了数据,但是却不能登陆啊
【 在 etnlegend (etn|若即若离·神话再续) 的大作中提到: 】
: 没事 define 这个干嘛...
--
FROM 218.249.29.*
可以不define这个的。我改了userec结构加了几个int,也没写这个
【 在 tombcy (tombcy) 的大作中提到: 】
: 如果在 site.h 里面不写 OWN 的话没有问题
: 但是,不是说修改了 userec 之后 都要写 OWN_USEREC 吗?
--
FROM 211.151.95.*
我现在还是不能登陆啊
【 在 cometcaptor (参宿四[☆]一闪一闪亮晶晶) 的大作中提到: 】
: 可以不define这个的。我改了userec结构加了几个int,也没写这个
--
FROM 218.249.29.*
define CONV_PASS 1没有?
【 在 tombcy (tombcy) 的大作中提到: 】
: 我现在还是不能登陆啊
--
FROM 211.151.95.*
哦,明白了,谢谢
我现在转换了 fb2kv0906 的 .PASSWDS
convpasswd
chlevel
但是没法登陆, site.h 已经定了 CONV_PASS
【 在 etnlegend (etn|若即若离·神话再续) 的大作中提到: 】
: 搞清楚, 如果你修改了 struct.h 里面的 struct userec 结构的定义, 是不需要
: 这个宏的, 用这个宏的时候相当于 struct.h 里面根本没写 struct userec 结构
: 的定义, 需要你完完整整的在 site.h 里面定义一个你自己用的 struct userec...
: ...................
--
FROM 218.249.29.*
默认就是 1 啊
【 在 cometcaptor (参宿四[☆]一闪一闪亮晶晶) 的大作中提到: 】
: define CONV_PASS 1没有?
--
FROM 218.249.29.*