From: Hiroshi Shirosaki Date: 2012-02-29T13:04:47+09:00 Subject: [ruby-core:43013] Re: [ruby-trunk - Bug #6103][Open] Build failure on trunk 34850 with VC 2010 Hi, > executable host ruby is required. use --with-baseruby option. > NMAKE : fatal error U1077: 'echo' : '0x1' ���� ����������. > Stop. > > If this means executing "win32\configure.bat" is not sufficient any more and required preinstalled ruby? > Yes. I modified MAKEDIRS to use BASERUBY, so preinstalled ruby is required. It needs to make `win32` directory when building outside of src directory. -MAKEDIRS = $(MINIRUBY) -run -e mkdir -- -p +MAKEDIRS = $(BASERUBY) -run -e mkdir -- -p -- Hiroshi Shirosaki