slight problem compiling

2003-06-12 Thread Jan Willem Stumpel
Compiling 1.1.5 fails; I get messages like lex.yy.c: In function `yy_get_next_buffer': lex.yy.c:3789: error: `yy_current_buffer' undeclared (first use in this function) lex.yy.c:3789: error: (Each undeclared identifier is reported only once for each function it appears in.) lex.yy.c: At top

Re: slight problem compiling

2003-06-12 Thread Bart Oldeman
On Thu, 12 Jun 2003, Jan Willem Stumpel wrote: Compiling 1.1.5 fails; I get messages like lex.yy.c: In function `yy_get_next_buffer': lex.yy.c:3789: error: `yy_current_buffer' undeclared (first use in this function) lex.yy.c:3789: error: (Each undeclared identifier is reported only once

Re: slight problem compiling

2003-06-12 Thread Jan Willem Stumpel
Bart Oldeman wrote: On Thu, 12 Jun 2003, Jan Willem Stumpel wrote: Compiling 1.1.5 fails; I get messages like [..] I guess that your version of flex is too new. [..] downgrade your flex to 2.5.4 [..] It worked! Thanks! I mean the compiling. Haven't tested dosemu itself yet.. am going to do