Hi, 2018/8/2 Thu 23:17:46 UTC+9 Ni Va wrote: > Le jeudi 2 août 2018 15:37:43 UTC+2, Ken Takata a écrit : > > 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 > > With the instructions in installPC ? it was done .
Yes. > > > 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. This error message means that you generated the config.h with VC2017 Update 5. However, > > > 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' this means that you now use VC2017 Update 7. (14.14.26428) _MSC_VER is 1914 in VC2017 Update 7. Please make sure that you use VC2017 Update 7 to generate the config.h and copy to the proper directory. 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.
