On 2013-11-05 오후 4:22, Christian J. Robinson wrote:

On the 2nd I built 7.3.054 under cygwin, then some new patches came down
and when I tried to build again I got this:

     In file included from /usr/lib/../include/w32api/minwindef.h:146:0,
                      from /usr/lib/../include/w32api/windef.h:8,
                      from /usr/lib/../include/w32api/windows.h:69,
                      from mbyte.c:86:
     /usr/lib/../include/w32api/winnt.h:4951:15: error: two or more data
types in declaration specifiers
     /usr/lib/../include/w32api/winnt.h:5090:13: error: two or more data
types in declaration specifiers
     Makefile:2658: recipe for target 'objects/mbyte.o' failed
     make: *** [objects/mbyte.o] Error 1


I haven't been able to resolve the issue.

I avoided this error by changing the winnt.h.  Just change the
'Status' to 'status' in winnt.h (line 4951 and 5090).

The problem is:
X11/Xlib.h has a line
    #define Status int
And winnt.h has lines
    DWORD64 Status;
    DWORD Status;

Does vim can avoid such a clash?

Regards,
namsh

--
--
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui