"Ron Blaschke (via RT)" <[EMAIL PROTECTED]> wrote: > Does anybody know about (or is working on) this? > > Compiling with: > xx.c > cl -nologo -GF -W3 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DNO_HASH _SEED -Zi -I./include -IC:\usr\loc > al\icu\include -DHAS_JIT -DI386 -I. -Fo xx.obj -c xx.c > src\platform.c > platform.c > config\gen\platform\generic\stat.c(81) : error C2039: 'st_blksize' : is not a member of 'stat' > C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\sys\stat.h(99) : see declaration of 'st > at' > config\gen\platform\generic\stat.c(84) : error C2039: 'st_blocks' : is not a member of 'stat' > C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\sys\stat.h(99) : see declaration of 'st > at' > config\gen\platform\generic\stat.c(152) : error C2039: 'st_blksize' : is not a member of 'stat' > C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\sys\stat.h(99) : see declaration of 'st > at' > config\gen\platform\generic\stat.c(155) : error C2039: 'st_blocks' : is not a member of 'stat' > C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\sys\stat.h(99) : see declaration of 'st > at' > NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' > Stop. > Looks like it probably just needs a win32/stat.c writing...I won't have time to look properly for a day or two though. So do feel free to beat me to a patch. :-)
Jonathan
