After applying 8.2 patches 2680-2681, I get he following errors in
Tiny and Small:
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 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
-o objects/evalvars.o evalvars.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall
-Wno-deprecated-declarations -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
-o objects/vim9script.o vim9script.c
vim9script.c: In function ‘current_script_is_vim9’:
vim9script.c:41:12: warning: implicit declaration of function
‘SCRIPT_ID_VALID’; did you mean ‘COLOR_INVALID’?
[-Wimplicit-function-declaration]
return SCRIPT_ID_VALID(current_sctx.sc_sid)
^~~~~~~~~~~~~~~
COLOR_INVALID
vim9script.c:41:41: error: ‘sctx_T {aka struct <anonymous>}’ has no
member named ‘sc_sid’; did you mean ‘sc_version’?
return SCRIPT_ID_VALID(current_sctx.sc_sid)
^~~~~~
sc_version
vim9script.c:42:9: warning: implicit declaration of function
‘SCRIPT_ITEM’ [-Wimplicit-function-declaration]
&& SCRIPT_ITEM(current_sctx.sc_sid)->sn_version
^~~~~~~~~~~
vim9script.c:42:34: error: ‘sctx_T {aka struct <anonymous>}’ has no
member named ‘sc_sid’; did you mean ‘sc_version’?
&& SCRIPT_ITEM(current_sctx.sc_sid)->sn_version
^~~~~~
sc_version
vim9script.c:44:1: warning: control reaches end of non-void function
[-Wreturn-type]
}
^
make: *** [Makefile:3557: objects/vim9script.o] Error 1
exit status 2
Wed 31 Mar 23:18:54 CEST 2021
linux-tuxedo:~/.build/vim/vim-hg/src/shadow-tiny #
Best regards,
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/CAJkCKXv00wYb1cZGENeN%2BaYt8YKsp7jgY6w9p%3DE4Rci337x%3Dhg%40mail.gmail.com.