I'm having a problem compiling on my setup, don't know whether anything might be specific to Win7 or not.
I download vim7 tarball and am trying to compile it as downloaded, no changes. The compile using 'make -f Make_ming.mak' goes fine until it gets to the point where it's doing the gvimext part: make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= make[1]: Entering directory `C:/dev2/vim73/src/GvimExt' g++ -O2 -mno-cygwin -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o make[1]: Leaving directory `C:/dev2/vim73/src/GvimExt' That stops with an error message: process_begin: CreateProcess(NULL, g++ -02 -mno-cygwin -DFEAT_GETTEXT - c gvimext.c -o gvimext.o, . . .) failed. The system cannot find the file specified. I've poked around a bit but honestly I have no idea what the problem is. Can someone help? Regards, Herb -- 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
