mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
4 lines
396 B
Text
4 lines
396 B
Text
![]() |
In case compile errors like "cannot include <unistd.h>" in win_flex generated file try add --wincompat invoke option.
|
||
|
This new option changes <unistd.h> unix header with windows analog <io.h> and replaces isatty/fileno functions to
|
||
|
"safe" windows analogs _isatty/_fileno as well. If you have compile issues with it afterwards please open ticket
|
||
|
at http://sourceforge.net/p/winflexbison/tickets .
|