|
Weird: I can't compile vim73 with Ruby (v1.9.1) anymore. Environment: Windows 7, Visual Studio 2008. My Ruby is installed in C:\Ruby, I set RUBY_VER to 19 and RUBY_VER_LONG to 1.9.1, nmake got RUBY=yes DYNAMIC_RUBY=yes. However, the particular log line says: ------------------------------------------------------------ cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32 -DFEAT_SNIFF -DFEAT_CSCOPE -DFEAT_NETBEANS_INTG -DFEAT_XPM_W32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 /Fo.\ObjGOLYTR/ /Ox /GL -DNDEBUG /Zl /MT -DFEAT_OLE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DGLOBAL_IME -DFEAT_MBYTE -DFEAT_GUI_W32 -DDYNAMIC_ICONV -DDYNAMIC_GETTEXT -DFEAT_TCL -DDYNAMIC_TCL -DDYNAMIC_TCL_DLL=\"tcl85.dll\" -DDYNAMIC_TCL_VER=\"8.5\" -DFEAT_PYTHON -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python26.dll\" -DFEAT_PERL -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl512.dll\" -DFEAT_RUBY -DDYNAMIC_RUBY -DDYNAMIC_RUBY_VER=19 -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby19.dll\" -DMSWINPS -DFEAT_huge /Fd.\ObjGOLYTR/ /Zi /I "C:\Ruby\lib\ruby\1.9.1\i386-mswin32" if_ruby.c if_ruby.c if_ruby.c(68) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "ruby.h": No such file or directory ------------------------------------------------------------ When I was using Ruby v1.8.6, everything worked fine with exactly this configuration. Now even rolling back to Ruby v1.8.7 does not work anymore. Any ideas? -- 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 |
- Compiling with Ruby on Win32 (mvc.mak) fails? Tux
