Hi, At Mon, 10 Dec 2007 18:49:10 +0900, Wolfgang NáÅasi-Donner wrote in [ruby-core:13973]: > Yukihiro Matsumoto schrieb: > > You don't have <pwd.h> on your machine. You have to install proper > > header files to compile. I hope somebody with mingw knoeledge would > > help resolving the issue. > > It's the same installation and the same procedure I can build > Ruby 1.9 from 2007/12/08 snapshot without any problem. First, ext/pty/extconf.rb should skip compiling on Windows. And it did skip and create a dummy Makefile on my box. -- Nobu Nakada