Hi Axel! On Di, 07 Feb 2017, Axel Bender wrote:
> When compiling GVim (Win 7, 64-bit, GCC 6.3.0) with DIRECTX=yes > (make_cyg_ming.mak), starting it from Explorer gives me the attached error > message. > > Compiling with DIRECTX=no correctly starts the application w/o errors. You need libwinthread-1.dll I think this is needed for gettext, but don't remember exactly. We are using this for the vim/vim-win32-installer binaries https://github.com/vim/vim-win32-installer/blob/master/appveyor.bat#L219-L220 For that project, we download gettext library from here: https://github.com/vim/vim-win32-installer/blob/master/appveyor.bat#L62 (I see, they have released a new version, I should try, if compilation works with that version) Best, Christian -- Die Absicht, das der Mensch glücklich sei, ist im Plan der Schöpfung nicht enthalten. -- Sigmund Freud -- -- 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.
