From: "arton (Akio Tajima)" Date: 2013-12-03T02:18:20+09:00 Subject: [ruby-core:58801] [ruby-trunk - Bug #9199][Open] win32.h is not installed by '(n)make install) Issue #9199 has been reported by arton (Akio Tajima). ---------------------------------------- Bug #9199: win32.h is not installed by '(n)make install) https://bugs.ruby-lang.org/issues/9199 Author: arton (Akio Tajima) Status: Open Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: build Target version: current: 2.1.0 ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mswin32_100] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN I try to install ruby-2.0.0-p353 (also rubytrunk) using 'nmake install' but ruby/win32.h does not include in include directory. cause: tool/rbinstall.rb checks that it's required win32.h by 'unless RUBY_PLATFORM =~ /mswin|mingw|bccwin/. It's ok but current common.mk invokes rbinstall.rb with -r./$(arch)-fake and it only rests 'i386' in RUBY_PLATFORM. I'm not certain the reason of $(arch)-fake, so don't know how to fix it. -- http://bugs.ruby-lang.org/