John Marriott wrote: > After applying 7.4.824 now the linker is unhappy (again on HP-UX): > > cc -L/usr/local/lib -o vim objects/buffer.o objects/blowfish.o > objects/charset.o objects/crypt.o objects/crypt_zip.o objects/diff.o > objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o > objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o > objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o > objects/hardcopy.o objects/hashtab.o objects/if_cscope.o > objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o > objects/message.o objects/misc1.o objects/misc2.o objects/move.o > objects/mbyte.o objects/normal.o objects/ops.o objects/option.o > objects/os_unix.o objects/pathdef.o objects/popupmnu.o > objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o > objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o > objects/term.o objects/ui.o objects/undo.o objects/version.o > objects/window.o objects/main.o objects/memfile.o -lm -ltermlib -lelf > /usr/ccs/bin/ld: Unsatisfied symbols: > mb_ptr2char (first referenced in objects/eval.o) (code) > mb_ptr2len (first referenced in objects/eval.o) (code) > link.sh: Linking doesn't work at all, removing auto/link.sed > *** Error exit code 1 > > Stop. > *** Error exit code 1 > > Stop. > > The mb_ptr2* functions in question are in line 17059 in eval.c (just > outside the ifdefs added by 7.4.823).
Sorry, you are apparently using a combination of features that my script doesn't test with. > By the way, is the what was intended? The double logical not looks a > little odd to me and is not something I've encountered before (eval.c, > line 17070): > ... > set_csearch_until(!!get_tv_number(&di->di_tv)); Yes, it turns any non-zero number into 1. -- The early bird gets the worm. If you want something else for breakfast, get up later. /// 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.
