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

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

2002-01-01 Thread Sterin, Ilya
To: Sterin, Ilya; 'Jason 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 > > >

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 STDO

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

2002-01-01 Thread Melvin Smith
> > >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" end Btw, I checked over Perl5 source,

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:

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) : warnin

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

2002-01-01 Thread Jason Diamond
g to do, I might be able to figure out the Win32 way. Jason. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 3:06 PM Subject: ParrotIO : Please test this [PATCH] for breakage > All who have time

ParrotIO : Please test this [PATCH] for breakage

2002-01-01 Thread mrjoltcola
All who have time, specifically Win32, please test this patch for compilation. I currently don't have a Win32 environment to test with. Anyone with non-Linux please test. What this patch does: -Implements initial IO stack framework (pushing/popping layers) -Implements an initial "layer" for the