From: Akio Tajima Date: 2010-08-31T16:28:36+09:00 Subject: [ruby-dev:42159] [Ruby 1.9-Bug#3771][Open] VC++ can't make ext/tk with enabling stubs Bug #3771: VC++ can't make ext/tk with enabling stubs http://redmine.ruby-lang.org/issues/show/3771 起票者: Akio Tajima ステータス: Open, 優先度: Normal カテゴリ: ext, Target version: 1.9.2 ruby -v: 1.9.2p0 (2010-08-18) [i386-mswin32_100] VC++で --enable-tcltk-stubs を有効にしてmakeすると、tkのmakeに失敗します。 以下、パッチです。 --- stubs.c.org Tue Aug 31 16:21:44 2010 +++ stubs.c Tue Aug 31 16:21:55 2010 @@ -72,7 +72,7 @@ #if defined USE_TCL_STUBS && defined USE_TK_STUBS #if defined _WIN32 || defined __CYGWIN__ -# include "util.h" +# include "ruby/util.h" # include typedef HINSTANCE DL_HANDLE; # define DL_OPEN LoadLibrary ---------------------------------------- http://redmine.ruby-lang.org