[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14495: unistd.h problem in t/lex-header.sh
From: |
Peter Rosin |
Subject: |
bug#14495: unistd.h problem in t/lex-header.sh |
Date: |
Wed, 29 May 2013 10:39:27 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
On 2013-05-29 02:08, Peter Rosin wrote:
> Hi!
>
> When t/lex-header.sh tries to compile main.c on the master branch, it fails
> like this snippet below, since MSVC does not have unistd.h. I suppose main.c
> should add
>
> #define YY_NO_UNISTD_H 1
>
> before it includes mylex.h? Or is this something else? I know very little
> about lexers...
The problem is the same on the micro branch (87e49f4f040c8ab).
Cheers,
Peter