----- Original Message -----
| From: "Steven Lembark" <[email protected]>
| To: "Vile List" <[email protected]>
| 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 <[email protected]>
http://invisible-island.net
ftp://invisible-island.net

_______________________________________________
vile mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/vile

Reply via email to