Tony Mechelynck wrote: > With the following config arguments: > > export CONF_OPT_X=3D'--without-x' > export CONF_OPT_GUI=3D'--disable-gui' > export CONF_OPT_FEAT=3D'--with-features=3Dtiny' > export CONF_OPT_PERL=3D'--disable-perlinterp' > export CONF_OPT_PYTHON=3D'--disable-pythoninterp' > export CONF_OPT_TCL=3D'--disable-tclinterp' > export CONF_OPT_RUBY=3D'--disable-rubyinterp' > export CONF_OPT_MZSCHEME=3D'--disable-mzschemeinterp' > export CONF_OPT_CSCOPE=3D'--disable-cscope' > export CONF_OPT_MULTIBYTE=3D'--disable-multibyte' > export CONF_OPT_COMPBY=3D'"[email protected]= > om"' > export CONF_OPT_NETBEANS=3D'--disable-netbeans' > export CONF_OPT_NLS=3D'--disable-nls' > export CONF_OPT_ACL=3D'--disable-acl' > export CONF_OPT_GPM=3D'--disable-gpm' > export CONF_OPT_SYSMOUSE=3D'--disable-sysmouse' > export CONF_ARGS=3D'--with-vim-name=3Dvi' > > I get the following messages: > > [...] > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall=20 > -D_FORTIFY_SOURCE=3D1 -o objects/term.o term.c > term.c:79: warning: =91term_color=92 declared =91static=92 but never defi= > ned > term.c:80: warning: =91gather_termleader=92 declared =91static=92 but nev= > er defined > term.c:92: warning: =91del_termcode_idx=92 declared =91static=92 but neve= > r defined > term.c:1450: warning: =91need_gather=92 defined but not used > term.c:1451: warning: =91termleader=92 defined but not used > term.c:2592: warning: =91out_char_nf=92 declared =91static=92 but never d= > efined
[...] Same #ifdef problem mentioned in another thread. Should be fixed now. -- If you're sending someone Styrofoam, what do you pack it in? /// 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
