> C:\temp\vim2\src>mingw32-make.exe -f Make_ming.mak gvim.exe > FEATURES=HUGE MZSCHEME="C:/Racket" MZSCHEME_PRECISE_GC=yes > DYNAMIC_MZSCHEME=no > > But it's always complaining with: > > In file included from if_mzsch.h:15:0, > from os_win32.c:26: > C:/Racket/include/scheme.h:886:3: error: expected specifier-qualifier- > list before 'uintptr_t'
I guess your version of MinGW does not have uintptr_t defined. I would recommend using Visual Studio (express edition is enough). -- 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
