I want to have a Vim (7.2 or 7.3, doesn't matter, they both have the
same problem) integrated into my MinGW environment to replace the 5.8
version that's preinstalled. I am running into multiple cases of
macros being redefined.  The odd thing is that they are redefined in
headers that make no sense in this context: os_dos.h, os_unix.h,
os_win32.h.  All the redefined values are defined in either auto/
config.h or auto/osdef.h, so why are all the os_*.h files being
included?

Here's one example (from a total of 8):

In file included from os_win32.h:13,
                 from vim.h:324,
                 from buffer.c:28:
os_dos.h:118:1: warning: "DFLT_RUNTIMEPATH" redefined
In file included from vim.h:265,
                 from buffer.c:28:
os_unix.h:400:1: warning: this is the location of the previous
definition

-- 
You received this message from the "vim_use" 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

Reply via email to