Hi Bram, 2016/9/7 Wed 5:07:10 UTC+9 Bram Moolenaar wrote: > Patch 7.4.2340 > Problem: MS-Windows: Building with Ruby uses old version. > Solution: Update to 2.2.X. Use clearer name for the API version. (Ken > Takata) > Files: Makefile, src/INSTALLpc.txt, src/Make_cyg_ming.mak, > src/Make_mvc.mak, src/bigvim.bat
Sorry, I found a mistake in this patch. The following line (L370) in Make_cyg_ming.mak: > ! RUBY_API_VER_LONG = $(RUBY_API_VER_LONG) should have been: RUBY_API_VER_LONG = $(RUBY_VER_LONG) Make_mvc.mak doesn't have this mistake. BTW, some of the default interfaces version specified in Make_mvc.mak and Make_cyg_ming.mak are very old: * Lua 5.1 Not so old. But the latest is 5.3. * MzScheme 2.05 The latest is Racket 6.6. Vim-win32-installer uses 6.4. * Perl 5.6 The latest is 5.24. * Python 2.2 The latest is 2.7. * Python3 3.1 The latest is 3.5. * Ruby 2.2 The latest is 2.3, but 2.2 would be okay. * Tcl 8.3 The latest is 8.6. Shouldn't we update them? Regards, Ken Takata -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
