From: naruse@... Date: 2014-02-21T14:08:34+00:00 Subject: [ruby-core:60943] [ruby-trunk - Bug #9333] win32/Makefile.sub malconfiguration Issue #9333 has been updated by Yui NARUSE. Backport changed from 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: REQUIRED to 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: DONE r45080. ---------------------------------------- Bug #9333: win32/Makefile.sub malconfiguration https://bugs.ruby-lang.org/issues/9333#change-45343 * Author: Akio Tajima * Status: Closed * Priority: Normal * Assignee: Akio Tajima * Category: platform/windows * Target version: current: 2.2.0 * ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [i386-mswin32_100] * Backport: 1.9.3: DONTNEED, 2.0.0: DONTNEED, 2.1: DONE ---------------------------------------- win32/Makefile.sub defines HAVE_FSEEKO because win32/win32.c defined the function. However since r40661 the function was removed from win32/win32.c. It must be removed from Makfile.sub too. -- http://bugs.ruby-lang.org/