Actions
Bug #9921
closedgmtime_r, win32.h, and <string>
Bug #9921:
gmtime_r, win32.h, and <string>
Description
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
Actions