From: Usaku NAKAMURA Date: 2011-11-28T10:25:30+09:00 Subject: [ruby-core:41343] [ruby-trunk - Bug #5674] [mingw] build failure due to win/win32.c `rb_w32_getc` Issue #5674 has been updated by Usaku NAKAMURA. kosaki-san, you don't have to revert. re-commit them. ---------------------------------------- Bug #5674: [mingw] build failure due to win/win32.c `rb_w32_getc` http://redmine.ruby-lang.org/issues/5674 Author: Jon Forums Status: Closed Priority: Normal Assignee: Category: core Target version: 2.0.0 ruby -v: - While building trunk@33852 using TDM-GCC v4.5.2 I get the following failure: C:\Users\Jon\Documents\RubyDev\ruby-git\build>sh -c "../configure --disable-shared --disable-install-doc && make" ... compiling ../missing/ffs.c compiling ../missing/setproctitle.c compiling ../win32/win32.c ../win32/win32.c: In function 'rb_w32_getc': ../win32/win32.c:4895:9: error: 'FILE' has no member named 'FILE_COUNT' ../win32/win32.c:4896:28: error: 'FILE' has no member named 'FILE_READPTR' ../win32/win32.c: In function 'rb_w32_putc': ../win32/win32.c:4915:9: error: 'FILE' has no member named 'FILE_COUNT' ../win32/win32.c:4916:29: error: 'FILE' has no member named 'FILE_READPTR' make: *** [win32.o] Error 1 -- http://redmine.ruby-lang.org