Vim 7.3 on Windows -- Installed Successfully But Crashes When Opening A File
-
Jonah
I am on win7 with vim 7.3. I installed rubyinstaller-1.9.1-p430 and DevKit-4.5.0-20100819-1536-sfx, so that (I think) the version of ruby vim came compiled with matches the one I used to execute
ruby extconf.rb
.Here is the output of the make command:
gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby191/include/ruby-1 .9.1/ruby/backward -I/C/Ruby191/include/ruby-1.9.1 -I. -DHAVE_RUBY_H -O2 -g - Wall -Wno-parentheses -std=c99 -Wall -Wextra -Wno-unused-parameter -o ext.o -c ext.c gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby191/include/ruby-1 .9.1/ruby/backward -I/C/Ruby191/include/ruby-1.9.1 -I. -DHAVE_RUBY_H -O2 -g - Wall -Wno-parentheses -std=c99 -Wall -Wextra -Wno-unused-parameter -o match.o -c match.c gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby191/include/ruby-1 .9.1/ruby/backward -I/C/Ruby191/include/ruby-1.9.1 -I. -DHAVE_RUBY_H -O2 -g - Wall -Wno-parentheses -std=c99 -Wall -Wextra -Wno-unused-parameter -o matcher. o -c matcher.c gcc -shared -s -o ext.so ext.o match.o matcher.o -L. -LC:/Ruby191/lib -L. -Wl,- -enable-auto-image-base,--enable-auto-import -lmsvcrt-ruby191 -lshell32 -lws2 _32
At first I was happy because it seemed to be working: http://i.imgur.com/hxQ4S.png
But then I was sad because as soon as I selected a file by pressing enter, vim crashed: http://i.imgur.com/sft8b.png
Any ideas for troubleshooting?
Reply
This topic is now closed.