On Wed, Jun 30, 2010 at 8:14 PM, Tux <[email protected]> wrote: > Charles schrob am 30.06.2010 15:07: > > 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" > > When I do this, it fails to find ruby/config.h.
How about if you set RUBY_INC to RUBY_INC = /I "$(RUBY)\include\ruby-$(RUBY_VER_LONG)" /I "$(RUBY)\include\ruby-$(RUBY_VER_LONG)\$(RUBY_PLATFORM)" Also please check that your ruby is the mswin32 version and not the mingw32 version otherwise you will also need to set RUBY_PLATFORM to i386-mingw32. -- 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
