Hi, 2017/12/8 Fri 9:26:13 UTC+9 SungHyun Nam wrote: > 2017-12-08 오전 9:01에 SungHyun Nam 이(가) 쓴 글: > > Hello, > > > > 2017-11-26 오후 10:56에 Bram Moolenaar 이(가) 쓴 글: > >> > >> Patch 8.0.1343 > >> Problem: MS-Windows: does not show colored emojis. > >> Solution: Implement colored emojis. Improve drawing speed. Make > >> 'taamode' > >> work. (Taro Muraoka, Yasuhiro Matsumoto, Ken Takata, > >> close #2375) > >> Files: appveyor.yml, runtime/doc/options.txt, src/gui_dwrite.cpp, > >> src/gui_dwrite.h, src/gui_w32.c, src/proto/gui_w32.pro > > > > I have a build problem with this patch. > > > > ================================================ > > gui_dwrite.cpp(41) : ... 'dwrite_2.h': No such file or directory > > NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual > > Studio 10.0\VC\BIN\cl.EXE"' > > ================================================ > > > > And I cannot find a way to get the dwrite_2.h. > > I think I use a free version of Microsoft visual studio 10.0. > > (I only use it to build gvim. I don't know well about windows build env). > > My system had two version of visual studio, 10.0 and 14.0. > I built gvim successfully after I run 'vcvarsall.bat' in 14.0.
After 8.0.1343, Vim requires Windows SDK 8.1 or later if you want to enable DirectX. If you still want to use VS2010 to build Vim, you need to append the include directory of WinSDK8.1+ to the INCLUDE environment variable. E.g.: If you have Windows SDK 8.1, set "INCLUDE=%INCLUDE%;C:\Program Files (x86)\Windows Kits\8.1\Include\um" However, using newer version of Visual Studio might be easier (as you did). 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.
