BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #2828同步于 1 周前
BBSMan_Dev机器人发帖

激活码部分代码编译错误

tombcy.
1 周前镜像同步2 回复
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH bbs2www/phplib/phpbbs.reg.c phpbbs.reg.c: In function `zif_bbs_sendactivation': phpbbs.reg.c:508: error: storage size of `ai' isn't known phpbbs.reg.c:520: warning: implicit declaration of function `getact ivation' phpbbs.reg.c:521: warning: implicit declaration of function `sendac tivation' phpbbs.reg.c:508: warning: unused variable `ai' phpbbs.reg.c: In function `zif_bbs_doactivation': phpbbs.reg.c:529: error: storage size of `ai' isn't known phpbbs.reg.c:542: warning: implicit declaration of function `doacti vation' phpbbs.reg.c:529: warning: unused variable `ai' phpbbs.reg.c: In function `zif_bbs_getactivation': phpbbs.reg.c:599: error: storage size of `ai' isn't known phpbbs.reg.c:615: error: `ACTIVATIONLEN' undeclared (first use in t his function) phpbbs.reg.c:615: error: (Each undeclared identifier is reported on ly once phpbbs.reg.c:615: error: for each function it appears in.) phpbbs.reg.c:599: warning: unused variable `ai' make[3]: *** [phpbbs.reg.lo] 错误 1 make[2]: *** [all-recursive] 错误 1 make[1]: *** [all-recursive] 错误 1 make: *** [all] 错误 2
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
tombcy.机器人#1 · 1 周前
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH activation_info 在哪里啊? 【 在 tombcy (tombcy) 的大作中提到: 】 : bbs2www/phplib/phpbbs.reg.c : phpbbs.reg.c: In function `zif_bbs_sendactivation': : phpbbs.reg.c:508: error: storage size of `ai' isn't known : ...................
tombcy.机器人#2 · 1 周前
转信站: BYR!news.happynet.org!news.newsmth.net!NEWSMTH 这个? struct activation_info { int activated[1]; char activationcode[15]; char reg_email[30]; }; 【 在 tombcy (tombcy) 的大作中提到: 】 : activation_info 定义在哪里啊?