Ciao a tutti.
Non so se sono venuto nel posto giusto però ho il seguente problema quando compilo il programma modutils sotto linux:
gcc -O2 -Wall -I. -I. -I./../include -D_GNU_SOURCE -DCONFIG_ROOT_CHECK_OFF=0 -c -o genksyms.o genksyms.c
expect 6 shift/reduce conflicts and 5 reduce/reduce conflicts.
bison -o parse.c -dtv parse.y
parse.y: conflicts: 6 shift/reduce, 5 reduce/reduce
gcc -O2 -Wall -Wno-uninitialized -I. -I. -I./../include -D_GNU_SOURCE -DCONFIG_ROOT_CHECK_OFF=0 -c -o parse.o parse.c
flex -olex.c -d lex.l parse.h
gcc -O2 -Wall -Wno-uninitialized -I. -I. -I./../include -D_GNU_SOURCE -DCONFIG_ROOT_CHECK_OFF=0 -c -o lex.o lex.c
lex.l: In function `yylex':
lex.l:429: `yytext_ptr' undeclared (first use in this function)
lex.l:429: (Each undeclared identifier is reported only once
lex.l:429: for each function it appears in.)
make[1]: *** [lex.o] Error 1
make[1]: Leaving directory `/home/fil/modutils-2.4.22/genksyms'
make: *** [all] Error 2
Avete idea di cosa sia il problema???
Grazie mille
Andrea