Hi, Trying to compile last vim 8.1.233 x86 source, it fails on ruby config.h
This is the issue: C:\ThirdParty\Ruby25-x86\include\ruby-2.5.0\i386-mswin32_140\ruby/config.h(4): fatal error C1189: #error: MSC version unmatch: _MSC_VER: 1912 is expected. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.14.26428\bin\HostX86\x86\cl.EXE"' : code retour '0x2' Stop. This is part of my configure.cmd :: Enable Ruby scripting :: set DYNAMIC_RUBY=yes set RUBY_VER=25 set RUBY_API_VER_LONG=2.5.0 set RUBY_MSVCRT_NAME=msvcrt if "%build64%"=="1" ( set RUBY=C:\ThirdParty\Ruby%RUBY_VER%-x64 set RUBY_PLATFORM=x64-mswin64_140 ) else ( set RUBY=C:\ThirdParty\Ruby%RUBY_VER%-x86 set RUBY_PLATFORM=i386-mswin32_140 ) Thank you -- -- 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.
