_ 1.7ベースのRipperをメンテしていくのだろうか? それとも1.8系列で作り直す?
_ CVSのparse.yの日付を見ると2003/12/31だから1.8系列ということなんだろうか?
_ テストしようと思ったがコンパイルエラー発生。テスト出来ない。
gcc -fPIC -g -O2 -fPIC -I. -I/usr/local/lib/ruby/1.9/i686-linux -I/usr/local/l ib/ruby/1.9/i686-linux -I. -DRIPPER -c ripper.c -oripper.o ripper.y: In function `ripper_yylex0': ripper.y:6284: warning: assignment makes pointer from integer without a cast ripper.y:6287: error: dereferencing pointer to incomplete type ripper.y:6289: error: dereferencing pointer to incomplete type ripper.y:6291: error: dereferencing pointer to incomplete type ripper.y:6300: error: dereferencing pointer to incomplete type ripper.y:6302: error: dereferencing pointer to incomplete type ripper.y:6302: error: dereferencing pointer to incomplete type ripper.y:6304: error: dereferencing pointer to incomplete type make: *** [ripper.o] Error 1
_ make cleanしてmake再実行したら直った。変なの。
sig.rb:43:in `parse': [Ripper FATAL] unknown token -1 (RuntimeError)とパースエラーが発生した。