I'm building vim on Windows 7 using MinGW-W64, gcc 8.1.0.
On building the latest pull, I get:
[...]
In file included from main.c:11:
globals.h:394:50: error: 'TTFLAG_STATIC' undeclared here (not in a
function); did you mean 'VAR_STATIC'?
EXTERN type_T t_unknown INIT6(VAR_UNKNOWN, 0, 0, TTFLAG_STATIC, NULL,
NULL);
^~~~~~~~~~~~~
vim.h:1761:47: note: in definition of macro 'INIT6'
# define INIT6(a, b, c, d, e, f) = {a, b, c, d, e, f}
^
make: *** [gobji686/main.o] Error 1
Error by compiling gvim.exe
--
Cesar
--
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/rjt4k4%24t1i%242%40ciao.gmane.io.