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 for each function it appears in.) > lex.yy.c: At top level: > lex.yy.c:4372: warning: no previous declaration for `yyget_lineno' > > I must confess I did some messing around (i.e. re-installing) with > my system recently. What might I be missing?
I guess that your version of flex is too new. This will be resolved in due time, but for now it's probably best to downgrade your flex to 2.5.4 (if i remember well you use Debian so you could try installing the flex .deb from debian-stable). Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
