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).
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));
...
--
--
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.