[PLUG] flex and bison

Vaibhav Kulkarni netvaibhav at gmail.com
Fri Apr 30 18:51:16 IST 2010


On Fri, Apr 30, 2010 at 5:58 PM, virsen saste <saste.virsen at gmail.com> wrote:
> Hello,
> I have written a lex and yacc program .when compiled in flex and bison
> creates lex.yy.c and tab.c and header file. when both .c  compiled with gcc
> in UBUNTU it works well ,i get a output , now  i compiled same lex and yacc
> files in windows flex and bison , it creates same lex.yy.c and tab.c and
> header file,but same c program compiled in windows turbo C it gives me error
> *unable to open include file "header file"* , even if i have set path of
> include , source address in directory of turbo C then also giving same error

Try using a modern compiler like mingw.

Vaibhav




More information about the Plug-mail mailing list