Tony Mechelynck wrote: > After applying patches 754 to 763, cannot compile Tiny vim (Huge build > has no error): > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce > -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o > option.c > option.c:721:25: error: ‘PV_BH’ undeclared here (not in a function) > (char_u *)&p_bh, PV_BH, > ^ > option.c:729:25: error: ‘PV_BT’ undeclared here (not in a function) > (char_u *)&p_bt, PV_BT, > ^ > Makefile:3198: recipe for target 'objects/option.o' failed > make: *** [objects/option.o] Error 1 > exit status 2
I'll fix that. -- hundred-and-one symptoms of being an internet addict: 225. You sign up for free subscriptions for all the computer magazines /// 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.
