vile
[Top][All Lists]
Advanced

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

Re: [vile] cannot compile 9.8s -- sh-filt.c


From: Thomas Dickey
Subject: Re: [vile] cannot compile 9.8s -- sh-filt.c
Date: Thu, 16 Mar 2017 16:40:33 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Mar 16, 2017 at 12:30:19PM -0400, address@hidden wrote:
> Greetings.
> 
> I'm trying to compile vile 9.8s, but I'm getting stuck here:
> 
> echo "#include <flt_defs.h>" > sh-filt.c
> flex -t sh-filt.l >> sh-filt.c
> /usr/bin/m4:stdin:2872: ERROR: end of file in string
> makefile:248: recipe for target 'sh-filt.o' failed
> make[1]: *** [sh-filt.o] Error 1
> make[1]: Leaving directory '/home/hymie/vile-9.8s/filters'

That's a bug in "new" flex (reported earlier this year against 2.6.1),
which sees "[[" in a comment and gets confused:

#define LEN_KSH_TEST_DOWN 2     /* "[[" */
#define LEN_BACKTIC1_DOWN 2     /* "$(" */
#define LEN_BACKTIC2_DOWN 3     /* "$((" */
#define LEN_BRACEGRP_DOWN 3     /* "$("{space} */
 
> It worked fine for 9.8q which I compiled about 20 minutes ago.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]