Tony Mechelynck wrote: > Trying to compile latest vim73a (3cb515c62e9c) with Tiny features: I get > the following error at link time: > > objects/option.o: In function `set_num_option': > /root/.build/vim/vim-hg/vim/src/shadow-tiny/option.c:7890: undefined > reference to `blowfish_self_test' > collect2: ld returned 1 exit status > make: *** [vi] Error 1 > > > There seems to be a missing #ifdef FEAT_CRYPT around lines 7878-7892 of > option.c
Yeah, that was in the todo list. I'll fix that soon. -- Q: What is a patch 22? A: A patch you need to include to make it possible to include patches. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.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
