Tony Mechelynck
unread,Nov 2, 2023, 4:58:12 PM11/2/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Christian Brabandt, vim_dev
For example in Normal build:
In file included from vim.h:570,
from vim9class.c:15:
vim9class.c: In function ‘ex_class’:
vim9class.c:1563:24: error:
‘e_abstract_must_be_followed_by_def_or_static’ undeclared (first use
in this function); did you mean ‘e_abstract_must_be_followed_by_def’?
1563 | emsg(_(e_abstract_must_be_followed_by_def_or_static));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim9class.c:1563:22: note: in expansion of macro ‘_’
1563 | emsg(_(e_abstract_must_be_followed_by_def_or_static));
| ^
vim9class.c:1563:24: note: each undeclared identifier is reported only
once for each function it appears in
1563 | emsg(_(e_abstract_must_be_followed_by_def_or_static));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim9class.c:1563:22: note: in expansion of macro ‘_’
1563 | emsg(_(e_abstract_must_be_followed_by_def_or_static));
| ^
make: *** [Makefile:3510: objects/vim9class.o] Error 1
make: *** Waiting for unfinished jobs....
exit status 2
Best regards,
Tony.