Hey Bram, With the latest version of the w32api that I just released (part of the MinGW suite of packages) there is now proper handling of __IID_DEFINED__. As a result the Make_ming.mak file in CVS will not work with the latest w32api package. Below is a simple patch that addresses the issue:
Index: Make_ming.mak =================================================================== RCS file: /cvsroot/vim/vim7/src/Make_ming.mak,v retrieving revision 1.18 diff -r1.18 Make_ming.mak 576c576 < $(CC) $(CFLAGS) -D__IID_DEFINED__ -c -o $(OUTDIR)/if_ole.o if_ole.cpp --- > $(CC) $(CFLAGS) -c -o $(OUTDIR)/if_ole.o if_ole.cpp Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
