Zeug wrote: > I get a pretty lot of unresolved symbols with this build. > (MSVC 2010) > > > ex_docmd.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_get_key". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_encode_alloc". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_free_key". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_free_state". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_encode_inplace". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_set_cm_option". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_works_inplace". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_decode_alloc". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_get_method_nr". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_decode_inplace". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_append_msg". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_method_nr_from_magic". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_create_from_header". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_create_for_writing". > > fileio.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_get_header_len". > > memline.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_encode". > > memline.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_create". > > option.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_method_nr_from_name". > > option.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_self_test". > > undo.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_whole_undofile". > > undo.obj : error LNK2001: Nicht aufgelöstes externes Symbol > > "_crypt_create_from_file". > > gvim.exe : fatal error LNK1120: 21 nicht aufgelöste externe Verweise.
Sorry, I forgot to update all the Makefiles to include the newly added files. -- hundred-and-one symptoms of being an internet addict: 19. All of your friends have an @ in their names. /// 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.
