5.0-pre2 release
[linux_from_scratch.git] / FAQ-OBSOLETE / yytext_ptr-undeclared.xml
blobf2db54a87a8b566edf199748f791dab1f8f7567e
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
12 </screen>
13 Then <link linkend="why-not-version">FBBG</link> (Hint: flex).
14 </para></answer>
15 </qandaentry>