From: Heesob Park Date: 2010-04-01T11:08:31+09:00 Subject: [ruby-core:29190] Unable to build snapshot on Windows In MSVC 6.0, I get the following with the nightly snapshot cl -nologo -MD -Zi -W2 -O2b2xg- -G6 -Zm600 -DRUBY_EXPORT -I. -I.ext/incl ude/i386-mswin32 -I./include -I. -I./missing -Fostrftime.obj -c -Tcstrftime.c strftime.c strftime.c(465) : error C2146: syntax error : missing ':' before identifier 'PRI _TIMET_PREFIX' strftime.c(465) : error C2065: 'PRI_TIMET_PREFIX' : undeclared identifier strftime.c(465) : warning C4047: ':' : 'char [4]' differs in levels of indirecti on from 'int ' strftime.c(465) : error C2143: syntax error : missing ')' before 'string' strftime.c(465) : error C2059: syntax error : ')' strftime.c(465) : error C2059: syntax error : ')' strftime.c(467) : error C2146: syntax error : missing ':' before identifier 'PRI _TIMET_PREFIX' strftime.c(467) : warning C4047: ':' : 'char [4]' differs in levels of indirecti on from 'int ' strftime.c(467) : error C2143: syntax error : missing ')' before 'string' strftime.c(467) : error C2059: syntax error : ')' strftime.c(467) : error C2059: syntax error : ')' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Regards, Park Heesob