Tony Mechelynck wrote:
> With the following config parameters:
>
> export CONF_OPT_X='--without-x'
> export CONF_OPT_GUI='--disable-gui'
> export CONF_OPT_FEAT='--with-features=tiny'
> export CONF_OPT_PERL='--disable-perlinterp'
> export CONF_OPT_PYTHON='--disable-pythoninterp'
> export CONF_OPT_TCL='--disable-tclinterp'
> export CONF_OPT_RUBY='--disable-rubyinterp'
> export CONF_OPT_MZSCHEME='--disable-mzschemeinterp'
> export CONF_OPT_CSCOPE='--disable-cscope'
> export CONF_OPT_MULTIBYTE='--disable-multibyte'
> export CONF_OPT_COMPBY='"[email protected]"'
> export CONF_OPT_NETBEANS='--disable-netbeans'
> export CONF_OPT_NLS='--disable-nls'
> export CONF_OPT_ACL='--disable-acl'
> export CONF_OPT_GPM='--disable-gpm'
> export CONF_OPT_SYSMOUSE='--disable-sysmouse'
> export CONF_ARGS='--with-vim-name=vi'
>
> after the latest 7.3a changeset (b7cb69ab616d 2010-06-13 03:20:42 UTC
> "Added salt to blowfish encryption.") I get the following error:
>
> objects/fileio.o: In function `read_string_decrypt':
> fileio.c:(.text+0x15a4): undefined reference to `read_string'
> collect2: ld returned 1 exit status
> make: *** [vi] Error 1
I'll fix it. Some functions can be made static to undo.c now that the
crypt/decrypt code has moved.
--
Some of the well know MS-Windows errors:
EHUH Unexpected error
EUSER User error, not our fault!
EGOD Horrible problem, god knows what has happened
EERR Errornous error: nothing wrong
/// 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