Koga Youichirou
y-kog****@cq*****
2005年 11月 2日 (水) 01:51:39 JST
oxy****@kmc***** (Yuichi Yoshida): > FreeBSD系列でコンパイル出来ない問題を > (多分)直したanthy-7100bをリリースしました。 > こちらの手元にテスト出来る環境が無いので、 > お手数ですが、もう一度確かめていただけるとありがたいです。 FreeBSD 4.11-STABLE でビルドできました。 以下、一部の warning 消しパッチです。 --- ../anthy-7100/src-diclib/use_dic.c Sat Oct 22 00:13:09 2005 +++ src-diclib/use_dic.c Wed Nov 2 01:43:05 2005 @@ -35,9 +35,6 @@ int from, int to) { struct relation *rel; - int i; - int res; - (void)fdic; /* 個人辞書 */ for (rel = relation_list.head; rel; rel = rel->next) { if (rel->from == from) { @@ -46,7 +43,7 @@ } } /* 共有辞書 */ - return anthy_matrix_peek(fdic->uc_section, from, to); + return anthy_matrix_peek((int *)fdic->uc_section, from, to); } static int ---- こがよういちろう