Kouhei Sutou
kou****@cozmi*****
2006年 8月 30日 (水) 21:04:36 JST
須藤です. In <44F45****@w5*****> "[Anthy-dev 3143] Re: Ruby/Anthyアップデート" on Wed, 30 Aug 2006 00:28:23 +0900, Yusuke TABATA <yusuk****@w5*****> wrote: > > SWIGで作ってあるAnthyのRubyバインディングを最新のanthy.hに追 > > 従させました. > > > > http://pub.cozmixng.org/home/kou/public_html/git/anthy > すいません、git pullでとってこれないので、確認おねがいします。 URLが間違っていました.すいませんでした. http://pub.cozmixng.org/~kou/git/anthy/.git > 最近のリリースは僕がやってまして、 > http://anthy.sourceforge.jp/anthy-git/yusuke/ > の方が新しいと思います。 > #それでもuploadし忘れてることが多いですが。 makeするとこんなエラーで止まってしまいました. e2u.hとu2e.hはaddし忘れでしょうか.それとも自分でどこかから 入手するものでしょうか. xchar.c:15:17: error: e2u.h: No such file or directory xchar.c:16:17: error: u2e.h: No such file or directory xchar.c: In function 'anthy_euc_to_ucs': xchar.c:272: error: 'e2u_index' undeclared (first use in this function) xchar.c:272: error: (Each undeclared identifier is reported only once xchar.c:272: error: for each function it appears in.) xchar.c: In function 'anthy_ucs_to_euc': xchar.c:278: error: 'u2e_index' undeclared (first use in this function) make[2]: *** [xchar.lo] エラー 1 > > 変更点はこんな感じです. > なかなか良い感じなので、取り込みたいと思います。 > > * test/からext/ruby/へ移動 > 今までのやり方からすると、src-util/ が良いかなと思います。 手元ではコンパイルができないのでテストしていませんが,そうし ました. > ところで、anthyのruby bindingって使い道ありますかねえ? 今のAPI(anthy.hで公開されているAPI)だけなら普通の人は使わ ないと思います.もし,Anthy.romaji_to_{hiragana,kanji}とかい うのがあったら私は使うかもしれません. irbで日本語に対する正規表現を実験するときなど,コンソールで 日本語が打てなくて面倒なときがあります.そういうときに使うか もしれません. # 今は,一度irbを出て,uim-fepを起動して,もう一度irbを起動 # し直しています.