Bram Mooolenaar wrote:
> Patch 8.0.0694
> Problem: Building in shadow directory does not work. Running Vim fails.
> Solution: Add the new libvterm directory. Add missing change in command
> list.
> Files: src/Makefile, src/ex_cmds.h
I get a compilation error:
$ CC=gcc-7 ./configure --with-features=huge --enable-terminal \
--enable-gui=gtk3 --enable-python3interp=yes
$ make
...snip...
gcc-7 -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient
-I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libpng12 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DEXITFREE
-DABORT_ON_INTERNAL_ERROR -Ilibvterm/include -DINLINE="" -o
objects/term_encoding.o libvterm/src/encoding.c
libvterm/src/encoding.c:208:10: fatal error: encoding/DECdrawing.inc:
No such file or directory
#include "encoding/DECdrawing.inc"
^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:3283: recipe for target 'objects/term_encoding.o' failed
make: *** [objects/term_encoding.o] Error 1
Shoudl DECdraing.inc be in git? Did I miss any sep to build Vim with
the :terminal command ?
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.