Tony Mechelynck wrote: > After upgrading my source from 7.4.1999 to 7.4.2000 my Tiny build > fails as follows: > > linux-2iyu:~/.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 > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o > ex_docmd.c > ex_docmd.c: In function ‘ex_redir’: > ex_docmd.c:9458:9: error: ‘redir_evalcmd’ undeclared (first use in > this function) > if (redir_evalcmd) > ^ > ex_docmd.c:9458:9: note: each undeclared identifier is reported only > once for each function it appears in > Makefile:2798: recipe for target 'objects/ex_docmd.o' failed > make: *** [objects/ex_docmd.o] Error 1 > exit status 2 > Fri 8 Jul 12:15:03 CEST 2016 > linux-2iyu:~/.build/vim/vim-hg/src/shadow-tiny # > > > Huge build proceeds to normal completion.
Thanks for the note. Probably forgot an #ifdef there. -- Google is kind of like Dr. Who's Tardis; it's weirder on the inside than on the outside... /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ 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]. For more options, visit https://groups.google.com/d/optout.
