Ruby 2.0 安定版リリース。コンパイルしてみた
Ruby 2.0.0-p0 リリース
「Ruby 2.0.0-p0」リリース:CodeZine
Ruby 2.0の初めての安定版がリリース。
というわけで、Windows でコンパイルしてみました。
まず、zip版をフォルダに解凍。
ruby-2.0.0-p0 へ移動
D:\ruby-2.0.0-p0>win32\configre
NMAKE : fatal error U1077: 'cl' : リターン コード '0x1' NMAKE : fatal error U1077: 'cl' : リターン コード '0x2' Creating Makefile.new |
D:\ruby-2.0.0-p0>nmake
file.obj : warning LNK4006: _rb_file_expand_path_internal は file.obj で定義されています。2 つ目以降の定義は無視されます。 array.c(19) : fatal error C1083: include ファイルを開けません。'probes.h': No su makefile.sub の XCFLAGS に -I./win32 を追加する ext\ripper\Makefileの INCFLAGS に -I../..//win32 を追加する Generating RI format into D:/ruby-2.0.0-p0/.ext/rdoc... Files: 905 Classes: 1412 ( 0 undocumented) Total: 15956 (3635 undocumented) Elapsed: 268.9s これで完成! |
D:\ruby-2.0.0-p0>nmake test
Driver is ruby 2.0.0p0 (2013-02-24 revision 39474) [i386-mswin32_80] KNOWNBUGS.rbPASS 0 D:\ruby-2.0.0-p0>mkdir D:\RUBY2 D:\ruby-2.0.0-p0>nmake DESTDIR=D:\RUBY2 install installing binary commands: /usr/bin |
これでインストールも終わり
ruby-2.0.0-p0-win32-vc80.cab(8.1M)
うちでコンパイルしたバイナリがこちら。 VC++2005 SP1 でコンパイルしてあります ・ω・
/binにPATH通すの忘れないように
Comments