Can you confirm that this is fixed? Upgrading my flex from 2.5.4 -> 2.5.6
fixed the unist.d include issue. I checked in a new lexer just now.

-Melvin

At 09:49 AM 11/18/2003 +0200, Nick Kostirya wrote:
Again broken :-)

See http://bugs6.perl.org/rt2/Ticket/Display.html?id=24260


> Hi, > > When building under Win32:- > > imclexer.c > imcc/imclexer.c(13) : fatal error C1083: Cannot open include file: > 'unistd.h': No such file or directory > NMAKE : fatal error U1077: 'F:\Perl\bin\perl.exe' : return code '0x2' > Stop. > > Changing the line:- > #include <unistd.h> > In imclexer.c to:- > #include <stdlib.h> > Allows parrot to build successfully. > > Jonathan




Reply via email to