Re: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Jason Diamond
Here's my output: cl -nologo -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX-I./i nclu de -Foio/io.obj -c io/io.c io.c io\io.c(323) : warning C4033: 'PIO_close' must return a value

Re: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Melvin Smith
At 03:33 PM 1/1/2002 -0800, Jason Diamond wrote: Here's my output: cl -nologo -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX-I./i nclu de -Foio/io.obj -c io/io.c io.c io\io.c(323) : warning C4033:

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Melvin Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 5:58 PM To: Jason Diamond; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: ParrotIO : Please test this [PATCH] for breakage At 03:33 PM 1/1/2002 -0800, Jason Diamond wrote

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Dan Sugalski
At 09:46 PM 1/1/2002 -0500, Melvin Smith wrote: io\io_os.c(127) : error C2065: 'F_GETFL' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. With the #if 0 you can get a compile, can you test this simple pasm code? puts This is STDOUT\n

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
Diamond'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: ParrotIO : Please test this [PATCH] for breakage io\io_os.c(127) : error C2065: 'F_GETFL' : undeclared identifier NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. With the #if 0 you can get a compile, can you

RE: ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread Sterin, Ilya
-Original Message- From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 10:05 PM To: 'Melvin Smith'; 'Jason Diamond'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: ParrotIO : Please test this [PATCH] for breakage It compiled fine with #if 0