Dear all,
I suspect this is more of a cygwin issue than a vim one, but I use a
custom-compiled vim from the CVS version and it seems to have stopped
working in a slightly odd way. I suspect the change that is relevant
is an upgrade of cygwin (I ran setup.exe as I needed to install one
extra application, but it updated everything at the same time).
My configure command is:
./configure --prefix=/usr/local --with-features=huge --enable-cscope
--enable-perlinterp --enable-pythoninterp --enable-tclinterp
--enable-rubyinterp --compiled-by="A. S. Budden" --with-x
--enable-gui
After it appeared to stop working, I assumed it was a problem with
changed libraries, so I re-checked-out the CVS source, reconfigured,
recompiled and reinstalled, but it made no difference. Running
/usr/local/bin/vim does nothing at all, regardless of options:
$ /usr/local/bin/vim --help
$ echo $?
123
$ /usr/local/bin/vim -u NONE -U NONE
$ echo $?
123
$ /usr/bin/vim
# Vim starts correctly (this is the cygwin-provided vim)
Opening a command window (cmd.exe) and entering the following works
fine, so there's presumably nothing wrong with the executable itself:
cd \cygwin\usr\local\bin
.\vim.exe
Can anyone offer any suggestion as to why it's stopped working from
within my xterm? I've also tried it in an rxvt-native window and an
rxvt-x window, but the result is the same.
Many thanks in advance for your help.
Al
vim --version output from /usr/local/bin/vim and /usr/bin/vim:
cd \cygwin\usr\local\bin
.\vim.exe --version
C:\cygwin\usr\local\bin>.\vim --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Jun 2 2009 13:27:20)
Included patches: 1-191
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+float +folding -footer +fork() -gettext -hangul_input +iconv +insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap
+menu +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte
+multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra +perl +postscript
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white +tcl +terminfo +termresponse +textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -DPERL_USE_SAFE_PU
TENV -U__STRICT_ANSI__ -I/usr/local/include -I/usr/lib/perl5/5.10/i686-cygwin/
CORE -I/usr/include/python2.5 -pthread -I/usr/include -I/usr/lib/ruby/1.8/i386
-cygwin
Linking: gcc -L. -L/usr/local/lib -o vim.exe -lncurses -liconv
-Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--ena
ble-auto-image-base -L/usr/local/lib -L/usr/lib/perl5/5.10/i686-cygwin/CORE -lp
erl -L/usr/lib/python2.5/config -lpython2.5 -L/usr/lib -ltcl -lm -lruby
$ /usr/bin/vim --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Oct 9 2008 15:23:22)
Compiled by cori...@cathi
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap
+menu +mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte
+multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra -perl +postscript
+printer +profile -python +quickfix +reltime +rightleft -ruby +scrollbind
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
-toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2
Linking:
gcc -L/usr/local/lib -o vim.exe -lm -lncurses -liconv -lintl
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---