> io/io_win32.c > io_win32.c > io/io_win32.c(212) : error C2371: 'PIO_win32_flush' : redefinition; > different basic types > io/io_win32.c(49) : see declaration of 'PIO_win32_flush' > NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' > Stop.
I succeeded in fixing it(io_win32.c.diff), but there and then I got libparrot_s.lib(io_buf.obj) : error LNK2001: unresolved external symbol _PIO_win 32_getblksize libparrot_s.lib(io_buf.obj) : error LNK2001: unresolved external symbol _PIO_win 32_isatty parrot.exe : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Any ideas? > interpreter.c(679) : warning C4020: 'Parrot_getenv' : too many actual > parameters > platform.c(65) : warning C4029: declared formal parameter list different > from definition Hmm ... This doesn't happen to me. Maybe some good-natured guy has already fixed that.
io_win32.c.diff
Description: Binary data