Tony wrote:
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -Wno-deprecated-declarations -D_REENTRANT -U_FORTIFY_SOURCE > -D_FORTIFY_SOURCE=3D1 -o objects/ex_cmds.o ex_cmds.c > ex_cmds.c: In function =E2=80=98ex_substitute=E2=80=99: > ex_cmds.c:3727:25: warning: implicit declaration of function > =E2=80=98check_global_and_subst=E2=80=99; did you mean =E2=80=98check_blob_= > index=E2=80=99? > [-Wimplicit-function-declaration] > if (in_vim9script() && check_global_and_subst(eap->cmd, eap->arg) > ^~~~~~~~~~~~~~~~~~~~~~ > check_blob_index [...] > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: > objects/ex_cmds.o: in function `ex_global': > ex_cmds.c:(.text+0x6c5a): undefined reference to `check_global_and_subst' > collect2: error: ld returned 1 exit status > link.sh: Linking failed Should be fixed now. -- hundred-and-one symptoms of being an internet addict: 147. You finally give up smoking...because it made the monitor dirty. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/20211013203630.A4CF5C80054%40moolenaar.net.
