Re: [q-lang-devel] Status of debian packaging
Brought to you by:
agraef
From: <Dr....@t-...> - 2004-03-01 17:09:09
|
Kari Pahula wrote: > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl -DYEAR=2004 -DSYSINFO=i686-pc-linux-gnu -DQPATH=.:/usr/local/share/q/lib:/usr/local/lib/q -DQEXEC=/usr/local/bin/q -DLIBTOOL=/usr/local/lib/q/libtool -DCC=gcc -g -O2 -c qmlex.c > qmlex.l: In function `__qq__peek': > qmlex.l:399: error: `yytext_ptr' undeclared (first use in this function) > qmlex.l:399: error: (Each undeclared identifier is reported only once > qmlex.l:399: error: for each function it appears in.) > make[2]: *** [qmlex.o] Error 1 > make[2]: Leaving directory `/home/kari/download/q/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/kari/download/q' > make: *** [all-recursive-am] Error 2 Yes, that seems to be a silly bug in some flex versions, see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=189332 What flex version do you have on your system? Unfortunately, I don't know a workaround for this which doesn't break with the "good" flex versions. :( So I guess that you'll just have to get a working flex or use the tarball version which includes the .c's for the .l's. I meanwhile updated the q-5.2.tar.gz tarball and the other 5.2 packages on SourceForge to include the latest fixes. -- Dr. Albert Gr"af Email: Dr....@t-..., ag...@mu... WWW: http://www.musikwissenschaft.uni-mainz.de/~ag |