It compiled fine with #if 0, but now interp1.t hangs. Ilya
P.S. I have to step away for a few, but I'll be back to test the rest in an hour or so. > -----Original Message----- > From: Melvin Smith [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 01, 2002 6:46 PM > 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 > > > >: 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, they of course use the > HAS_FCNTL def which is gathered by the Configure.pl and I > won't open that can of worms here again. I would bet to > build Perl5 cleanly on Win32 you need <fcntl.h> but I'm only guessing. > > -Melvin >