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 #
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/CAJkCKXuXkkFpP_HzvmQ%2BVf3DHygnZoJp9LMkT3M-YNEy5qWwCg%40mail.gmail.com.