Hi, 2018/8/2 Thu 20:44:34 UTC+9 Ni Va wrote: > 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.
You must have updated VC2017 recently. You need to regenerate config.h with the updated compiler. 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.
