[#109095] [Ruby master Misc#18888] Migrate ruby-lang.org mail services to Google Domains and Google Workspace — "shugo (Shugo Maeda)" <noreply@...>
Issue #18888 has been reported by shugo (Shugo Maeda).
16 messages
2022/06/30
[ruby-core:108842] [Ruby master Bug#9921] gmtime_r, win32.h, and <string>
From:
"mame (Yusuke Endoh)" <noreply@...>
Date:
2022-06-10 05:39:17 UTC
List:
ruby-core #108842
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 <string>
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 <string> and "ruby.h" using mingw's g++.
The following test program fails to compile:
#include <string>
#include "ruby.h"
int main() {
return(0);
}
---Files--------------------------------
g++.log (3.56 KB)
clang++.log (3.59 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>