[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More Heimdal PKINIT complile errors
- To: heimdal-discuss@sics.se
- Subject: More Heimdal PKINIT complile errors
- From: "Prágai, Róbert" <pragai@rubin.hu>
- Date: Fri, 01 Oct 2004 09:40:30 +0200
- In-Reply-To: <E9EC363E-1079-11D9-9B09-000A95B0A6A0@stacken.kth.se>
- References: <200409220013.i8M0DfnT097108@au.padl.com> <E9EC363E-1079-11D9-9B09-000A95B0A6A0@stacken.kth.se>
- Sender: owner-heimdal-discuss@sics.se
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803
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