On Fri, 29 Jun 2012, Cesar Romani wrote:
I'm building vim on windows 7 with MinGW. By upgrading from 7.3.566 to 7.3.582 I get the following compile error:
I can confirm this; although I'm using Make_cyg.mak, I get some of the same error(s):
os_win32.c:157: warning: initialization from incompatible pointer type os_win32.c: In function `sub_process_writer': os_win32.c:3410: warning: passing arg 4 of `WriteFile' from incompatible pointer type os_win32.c: In function `mch_avail_mem': os_win32.c:5012: error: `MEMORYSTATUSEX' undeclared (first use in this function) os_win32.c:5012: error: (Each undeclared identifier is reported only once os_win32.c:5012: error: for each function it appears in.) os_win32.c:5012: error: parse error before "ms" os_win32.c:5014: error: `ms' undeclared (first use in this function) Make_cyg.mak:585: recipe for target `gobj/os_win32.o' failed make: *** [gobj/os_win32.o] Error 1 -- "It's a dangerous business going out your front door." -- J.R.R. Tolkien Christian J. Robinson <[email protected]> http://christianrobinson.name/ -- 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
