Hi, According this set for mvc makefile :
@echo off :: Windows SDK Include directory. No quotation marks. set SDK_INCLUDE_DIR=C:\Program Files (x86)\Windows Kits\8.1\Include :: Visual Studio 2017 set VC_VARS=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build set VS_TOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin :: Target architecture, AMD64 (64-bit) or I386 (32-bit) set CPU=%PROCESSOR_ARCHITECTURE% set PLATFORM=x64 :: Enable Ruby scripting set DYNAMIC_RUBY=yes set RUBY=C:\Ruby24-x64 set RUBY_VER=24 set RUBY_VER_LONG=2.4.0 set RUBY_API_VER_LONG=2.4.0 set RUBY_PLATFORM=x64-mswin64 set RUBY_MSVCRT_NAME=msvcrt The build tells me that include config.h does not exist. if_ruby.c c:\ruby24-x64\include\ruby-2.4.0\ruby/ruby.h(24): fatal error C1083: Impossible d'ouvrir le fichier include : 'ruby/config.h' : No such file or directory NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community Thanks in advance. Nicholas -- -- 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.
