Is it still not possible to cleanly build Vim with Ruby 1.9? I've been using 1.8 but decided to try the upgrade, which yields the following:
gcc -c -O3 -fomit-frame-pointer -freg-struct-return -fno-strength-reduce -DWIN32 -DHAVE_PATHDEF -DFEAT_HUGE -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DFEAT_PERL -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl58.dll\" -DFEAT_PYTHON -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_RUBY -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby19.dll\" -DDYNAMIC_RUBY_VER=19 -DFEAT_LUA -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua51.dll\" -DDYNAMIC_GETTEXT -DDYNAMIC_ICONV -DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DFEAT_CSCOPE -DFEAT_OLE -march=i386 -Iproto -I/cygdrive/c/strawberry/perl/lib/CORE -I/cygdrive/c/RUBY/lib/ruby/1.9/i386-mswin32 -I/cygdrive/c/PROGRA~2/Lua/5.1/include -s -mno-cygwin if_ruby.c -o obj/if_ruby.o if_ruby.c:88:18: ruby.h: No such file or directory if_ruby.c:90:28: ruby/encoding.h: No such file or directory if_ruby.c:136: error: parse error before "objtbl" if_ruby.c:136: warning: data definition has no type or storage class [...] -- Steve Hall [ digitect dancingpaper com ] -- 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
