Build failure at patchlevel 8.2.3545 in Tiny and Small (several errors in optionstr.c)
4 views
Skip to first unread message
Tony Mechelynck
unread,
Oct 20, 2021, 11:51:47 AM10/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bram Moolenaar, vim_dev
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/optionstr.o optionstr.c
In file included from optionstr.c:14:0:
optionstr.c: In function ‘did_set_string_option’:
optionstr.c:874:17: error: ‘e_conflicts_with_value_of_fillchars’
undeclared (first use in this function)
errmsg = _(e_conflicts_with_value_of_fillchars);
^
vim.h:554:25: note: in definition of macro ‘_’
# define _(x) ((char *)(x))
^
optionstr.c:874:17: note: each undeclared identifier is reported only
once for each function it appears in
errmsg = _(e_conflicts_with_value_of_fillchars);
^
vim.h:554:25: note: in definition of macro ‘_’
# define _(x) ((char *)(x))
^
optionstr.c:884:18: error: ‘e_conflicts_with_value_of_listchars’
undeclared (first use in this function); did you mean
‘e_conflicts_with_value_of_fillchars’?
errmsg = _(e_conflicts_with_value_of_listchars);
^
vim.h:554:25: note: in definition of macro ‘_’
# define _(x) ((char *)(x))
^
make: *** [Makefile:3451: objects/optionstr.o] Error 1
exit status 2
Wed 20 Oct 17:41:12 CEST 2021
linux-tuxedo:~/.build/vim/vim-hg/src/shadow-tiny #