[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More Heimdal PKINIT complile errors



Hi,

	while makeing the heimdal snapshot with asn1-choice
(after reconfiguring and configuring it successfully) the compiler
reported an error:

rm -f lex.yy.c
gcc  -DHAVE_CONFIG_H -I. -I. -I../../include  -I../../include 
-I../../lib/roken -I../../lib/roken -I/usr/include/et 
-D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wbad-function-cast -Wmissing-declarations -Wnested-externs -g -O2 -c 
`test -f 'lex.c' || echo './'`lex.c
lex.c:2385: warning: no previous prototype for `yyget_lineno'
lex.c:2394: warning: no previous prototype for `yyget_in'
lex.c:2402: warning: no previous prototype for `yyget_out'
lex.c:2410: warning: no previous prototype for `yyget_leng'
lex.c:2419: warning: no previous prototype for `yyget_text'
lex.c:2428: warning: no previous prototype for `yyset_lineno'
lex.c:2440: warning: no previous prototype for `yyset_in'
lex.c:2445: warning: no previous prototype for `yyset_out'
lex.c:2450: warning: no previous prototype for `yyget_debug'
lex.c:2455: warning: no previous prototype for `yyset_debug'
lex.c:2461: warning: no previous prototype for `yylex_destroy'
lex.l: In function `handle_string':
lex.l:280: error: `yytext_ptr' undeclared (first use in this function)
lex.l:280: error: (Each undeclared identifier is reported only once
lex.l:280: error: for each function it appears in.)
make[2]: *** [lex.o] Error 1
make[2]: Leaving directory `/home/pragai/pkinit/heimdal-20040917/lib/asn1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pragai/pkinit/heimdal-20040917/lib'
make: *** [all-recursive] Error 1

I'm using Debian Sid with
libtoolize (GNU libtool) 1.5.10
autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.7.9

What can be the problem?

thanks,
Robert