flex icon indicating copy to clipboard operation
flex copied to clipboard

fatal internal error, bad line in skeleton file

Open arekm opened this issue 4 years ago • 1 comments

On Linux 5.8 with glibc 2.32

$ flex --version
flex 2.6.4
$ flex -Pzend -Sflex.txt -o x.c -i zls.txt
flex: fatal internal error, bad line in skeleton file

and the weird thing is that it worked before (but many things has changed since then like glibc, gcc etc)

flex.txt zls.txt

arekm avatar Oct 20 '20 13:10 arekm

You may find my comment and script in https://github.com/westes/flex/issues/303 useful. From what you describe it seems the skeleton file format has changed in incompatible ways

zmajeed avatar Jan 27 '21 00:01 zmajeed