vile
[Top][All Lists]
Advanced

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

Re: [vile] Issue building 9.8s


From: Thomas Dickey
Subject: Re: [vile] Issue building 9.8s
Date: Mon, 9 Oct 2017 11:24:31 -0400 (EDT)

----- Original Message -----
| From: "Steven Lembark" <address@hidden>
| To: "Vile List" <address@hidden>
| Sent: Monday, October 9, 2017 11:04:57 AM
| Subject: [vile] Issue building 9.8s
| 
| 
| 
| Usual cycle: extract tarball, apply vile-9.8?.patch.gz,
| 
|     ./configure                     \
|         --prefix=/opt/vile/$i       \
|         --enable-plugins            \
|         --enable-filters            \
|         --with-builtin-filters      \
|         --with-perl=/opt/bin/perl   \
|         --with-scr=$j               \
|     && taskset -c 6-11 make -wk all install;
| 
| This blows up in make with:
| 
|     $ make -wk all
| 
|     make: Entering directory '/var/tmp/vile-9.8'
|     cd filters && make prefix=/9.8s DESTDIR= all
|     make[1]: Entering directory '/var/tmp/vile-9.8/filters'
|     compiling sh-filt.l
|     echo '#include <flt_defs.h>' > sh-filt.c
|     flex -Psh_ -t .././filters/sh-filt.l >> sh-filt.c
|     /usr/bin/m4:stdin:2857: ERROR: end of file in string

That's a bug in "new" flex (someone reported it early this year).
Apparently someone decided to pass the C code in a lex file through m4...

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



reply via email to

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