1 <qandaentry id="yytext_ptr-undeclared">
2 <question><para>"lex.l:429: `yytext_ptr' undeclared"
3 while building modutils</para></question>
4 <answer><para>If, while compiling modutils, you get:
5 <screen>/usr/bin/gcc -O2 -Wall -Wno-uninitialized -I. -I. -I./../include
6 -D_GNU_SOURCE -DCONFIG_ROOT_CHECK_OFF=0 -c -o lex.o lex.c
7 lex.l: In function `yylex':
8 lex.l:429: `yytext_ptr' undeclared (first use in this function)
9 lex.l:429: (Each undeclared identifier is reported only once
10 lex.l:429: for each function it appears in.)
11 make[1]: *** [lex.o] Error 1
13 Then <link linkend="why-not-version">FBBG</link> (Hint: flex).