I'm building vim on Windows 7 with MinGW.
The console version doesn't compile. I'm getting this:

--------------------
[...]
gcc -c -Iproto [...] os_win32.c -o objZi686/os_win32.o
In file included from c:/racket/include/scheme.h:31:0,
                 from if_mzsch.h:16,
                 from os_win32.c:26:
c:/racket/include/sconfig.h:672:0: warning: "SCHEME_PLATFORM_LIBRARY_SUBPATH" redefined [enabled by default]
 # define SCHEME_PLATFORM_LIBRARY_SUBPATH "i386-cygwin"
 ^
c:/racket/include/sconfig.h:533:0: note: this is the location of the previous definition
 #  define SCHEME_PLATFORM_LIBRARY_SUBPATH "win32\\i386"
 ^
In file included from c:/racket/include/sconfig.h:674:0,
                 from c:/racket/include/scheme.h:31,
                 from if_mzsch.h:16,
                 from os_win32.c:26:
c:/racket/include/uconfig.h:5:0: warning: "SYSTEM_TYPE_NAME" redefined [enabled by default]
 #define SYSTEM_TYPE_NAME "unix"
 ^
In file included from c:/racket/include/scheme.h:31:0,
                 from if_mzsch.h:16,
                 from os_win32.c:26:
c:/racket/include/sconfig.h:536:0: note: this is the location of the previous definition
 # define SYSTEM_TYPE_NAME "windows"
 ^
os_win32.c: In function 'mch_start_job':
os_win32.c:5074:5: error: 'saAttr' undeclared (first use in this function)
     saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
     ^
os_win32.c:5074:5: note: each undeclared identifier is reported only once for each function it appears in
os_win32.c:5077:22: error: 'ifd' undeclared (first use in this function)
     if (!CreatePipe(&ifd[0], &ifd[1], &saAttr, 0)
                      ^
os_win32.c:5079:24: error: 'ofd' undeclared (first use in this function)
        || !CreatePipe(&ofd[0], &ofd[1], &saAttr, 0)
                        ^
os_win32.c:5081:24: error: 'efd' undeclared (first use in this function)
        || !CreatePipe(&efd[0], &efd[1], &saAttr, 0)
                        ^
make: *** [objZi686/os_win32.o] Error 1
Error by compiling vim.exe
--------------------

Many thanks in advance,

--
Cesar

--
--
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.

Raspunde prin e-mail lui