Only the Huge build succeeds but there are two different kinds of
failures in the other four:
1) In Small and Tiny:
linux-tuxedo:~/.build/vim/vim-hg/src/shadow-tiny # (make || echo 'exit
status' $? ; date) 2>&1 |tee -a make.log
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1 -o objects/alloc.o alloc.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1 -o objects/arabic.o arabic.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1 -o objects/arglist.o arglist.c
In file included from arglist.c:14:0:
arglist.c: In function ‘ex_argdelete’:
arglist.c:842:10: error: ‘e_no_argument_to_delete’ undeclared (first
use in this function); did you mean ‘e_nr_arguments_too_few’?
emsg(_(e_no_argument_to_delete));
^
vim.h:569:25: note: in definition of macro ‘_’
# define _(x) ((char *)(x))
^
arglist.c:842:10: note: each undeclared identifier is reported only
once for each function it appears in
emsg(_(e_no_argument_to_delete));
^
vim.h:569:25: note: in definition of macro ‘_’
# define _(x) ((char *)(x))
^
make: *** [Makefile:3178: objects/arglist.o] Error 1
exit status 2
Sat 1 Jan 00:57:26 CET 2022
linux-tuxedo:~/.build/vim/vim-hg/src/shadow-tiny #
2) In Normal and Big:
gcc -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/lib64/dbus-1.0/include -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0 -I/usr/include/libxkbcommon
-I/usr/include/wayland -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -O2 -fno-strength-reduce -Wall
-Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1 -o objects/bufwrite.o bufwrite.c
In file included from vim.h:559:0,
from bufwrite.c:14:
bufwrite.c: In function ‘buf_write’:
bufwrite.c:1905:28: error: ‘e_file_changed_while_writing’ undeclared
(first use in this function); did you mean
‘xim_changed_while_preediting’?
errmsg = (char_u *)_(e_file_changed_while_writing);
^
bufwrite.c:1905:26: note: in expansion of macro ‘_’
errmsg = (char_u *)_(e_file_changed_while_writing);
^
bufwrite.c:1905:28: note: each undeclared identifier is reported only
once for each function it appears in
errmsg = (char_u *)_(e_file_changed_while_writing);
^
bufwrite.c:1905:26: note: in expansion of macro ‘_’
errmsg = (char_u *)_(e_file_changed_while_writing);
^
make: *** [Makefile:3193: objects/bufwrite.o] Error 1
exit status 2
Sat 1 Jan 00:58:25 CET 2022
Only the Huge build tries (and succeeds) to link.
Best regards, and Happy New Year,
Tony.
--
--
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/CAJkCKXs9QEYW8K1M%2BuRhMCkkK6s5DyZvoXiiaSQCBpMp%3DwtWew%40mail.gmail.com.