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