>> @@ -334,6 +338,8 @@ >> DEFINES += -D_MAX_PATH=256 -D__CYGWIN__ >> else >> INCLUDES += -mno-cygwin >> +CC = gcc-3 >> +CXX = g++-3 >> endif >> >> ############################## > > It seems implicitly requiring the latest Cygwin. I am not sure all > users upgraded to 1.7 already.
It actually would require a current gcc/g++, not specifically Cygwin 1.7. The final gcc / g++ release for 1.5 also made this differentiation. Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- 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
