Hi Mike, 2017/12/14 Thu 3:09:50 UTC+9 Mike Williams wrote: > Hi, > > I have just tried to bring my windows VIM builds up to date and find the > gvim build is failing with the following error: > > gui_dwrite.cpp(41) : fatal error C1083: Cannot open include file: > 'dwrite_2.h': No such file or directory > > This started with patch 1343 for colored emojis. > > The file is from the Windows SDK 8.1 and I currently only have 8.0 > installed. If 8.1 is required then it would be nice to have a check on > version being used, something like: > > #include <ntverp.h> > #if VER_PRODUCTBUILD < whatever-magic-number-in-8.1 > #error VIM DirectX support requires Windows SDK 8.1 or later. > #endif > > or something helpful like that. > > Apologies if I missed the memo about this, been a busy year. Anyway, > off to track down a more recent SDK.
I committed a fix for this to https://github.com/vim/vim/pull/2440 . I updated src/INSTALLpc.txt and added description how to compile with older VC with newer Windows SDK. I also added COLOR_EMOJI=no option so that it can compiled by older SDKs. 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.
