# New Ticket Created by Ron Blaschke
# Please include the string: [perl #31884]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31884 >
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.