Ken Takata wrote: > 2016/9/7 Wed 17:45:36 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 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. > > > > I'll change that. > > > > > 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? > > > > Using the latest stable version is good. I tried to build with them for > > the distributed self-installing exe. Managed to make Ruby 2.2 work. > > Don't have the version numbers at hand. > > Those versions are all stable, I think. > Attached patch updates the default interface versions. (except Ruby.)
Thanks. -- hundred-and-one symptoms of being an internet addict: 197. Your desk collapses under the weight of your computer peripherals. /// 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 --- 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.
