Ken Takata wrote: > I think that Make_cyg.mak needs some additional include dirs for ruby 1.9. > After applying the attached patch, I can compile with the following command: > > $ make -f Make_cyg.mak CC=gcc-3 CXX=g++-3 RUBY='/path/to/ruby1.9.3' > RUBY_VER=19 RUBY_VER_LONG=1.9.1 > > Using i686-pc-mingw32-gcc instead of gcc-3 also works, > but i686-w64-mingw32-gcc doesn't seem to work for ruby interface.
Looking at Make_mvc.mak, the extra directories are only used when the Ruby version is 1.9 or later. Not for 1.8. -- hundred-and-one symptoms of being an internet addict: 58. You turn on your computer and turn off your wife. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
