From: "mame (Yusuke Endoh)" Date: 2022-06-10T05:39:17+00:00 Subject: [ruby-core:108842] [Ruby master Bug#9921] gmtime_r, win32.h, and Issue #9921 has been updated by mame (Yusuke Endoh). Status changed from Open to Feedback Tags changed from build, maybenotbug to build, maybenotbug, win Does this still reproduce? ---------------------------------------- Bug #9921: gmtime_r, win32.h, and https://bugs.ruby-lang.org/issues/9921#change-97920 * Author: ntzrmtthihu777 (Marty Plummer) * Status: Feedback * Priority: Normal * ruby -v: 2.1.2p95 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Found an interesting/annoying issue, using ruby 2.1.2p95 on windows via the msys2 project; seems there is an issue regarding compiling programs including and "ruby.h" using mingw's g++. The following test program fails to compile: #include #include "ruby.h" int main() { return(0); } ---Files-------------------------------- g++.log (3.56 KB) clang++.log (3.59 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: