On Tue, Jun 29, 2010 at 9:32 AM, Tux <[email protected]> wrote: > 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:
Make_mvc.mak is configured for ruby 1.8. For ruby 1.9 you need to change line 784 RUBY_INC = /I "$(RUBY)\lib\ruby\$(RUBY_VER_LONG)\$(RUBY_PLATFORM)" to RUBY_INC = /I "$(RUBY)\include\ruby-$(RUBY_VER_LONG)\ruby" -- 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
