Hi Cesar, 2015/1/16 Fri 23:56:08 UTC+9 Cesar wrote: > By compiling vim with DIRECTX=yes on Windows 7 with MinGW I get: > > ---------- > [...] > gcc -c -Iproto -DWIN32 ... -DFEAT_DIRECTX -DDYNAMIC_DIRECTX > -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_MBYTE -DFEAT_MBYTE_IME > -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -w -march=i386 -Wall > -IC:/perl/lib/Core -DFEAT_PERL -DDYNAMIC_PERL > -DDYNAMIC_PERL_DLL=\"perl518.dll\" -IC:/Lua/5.1/include -DFEAT_LUA > -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua51.dll\" -Ic:/racket/include > -DFEAT_MZSCHEME -DMZSCHEME_COLLECTS=\"c:/racket/collects\" -DFEAT_RUBY > -I c:/ruby21/lib/ruby/2.1.0/i386-mingw32 -I c:/ruby21/include/ruby-2.1.0 > -I c:/ruby21/include/ruby-2.1.0/i386-mingw32 -DDYNAMIC_RUBY > -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby210.dll\" -DDYNAMIC_RUBY_VER=21 > -DFEAT_PYTHON -DDYNAMIC_PYTHON -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 > -DFEAT_TCL -Ic:/tcl/include -DDYNAMIC_TCL > -DDYNAMIC_TCL_DLL=\"tcl86.dll\" -DFEAT_XPM_W32 -I xpm/x86/include -I > xpm/x86/../include -O3 -fomit-frame-pointer -freg-struct-return -s > -DINCLUDE_MZSCHEME_BASE -DMZ_PRECISE_GC gui_dwrite.cpp -o > gobjZi386/gui_dwrite.o > gui_dwrite.cpp:21:20: fatal error: crtdbg.h: No such file or directory > compilation terminated. > make: *** [gobjZi386/gui_dwrite.o] Error 1 > Error by compiling gvim.exe
You should use MinGW-w64 instead of MinGW. MinGW doesn't have header files for DirectWrite. 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.
