> BTW since ruby 1.9 tends to break code ruby written for ruby 1.8, I > think there should be an easy way to query ruby's version number.
I am not sure I understood you correctly. Compiler detects Ruby version at compile time already (see numerous #ifdefs in if_ruby.c). And I do not think there is a point in detecting version at run-time: it looks Ruby developers do not care of C code compatibility. > @@ -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. -- 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
