Removing GTK1 from vim73

2010-06-24 Fir de Conversatie Tony Mechelynck
Hello Eyeball check of the diff corresponding to the latest changeset (Remove GTK1) seems to indicate that at line 2991/old 2990/new of src/os_unix.c, # if defined(FEAT_X11) && (!defined(FEAT_GUI_GTK) || defined(HAVE_GTK2)) can be simplified to # ifdef FEAT_X11 since (!defined(FEAT_GUI_GTK)

Re: Compiling vim 7.3 with ruby failed with gcc 4.5.0 on Win XP

2010-06-24 Fir de Conversatie Bram Moolenaar
Casar Romani wrote: > By compiling vim 7.3a to the latest changeset with gcc 4.5.0 on Win > XP with MinGW I get the following errors: > > > ... > gcc -c ... if_ruby.c -o gobjZ/if_ruby.o > if_ruby.c:211:15: error: static declaration of 'dll_rb_cFalseClass' > follows non-stat

Compiling vim 7.3 with ruby 1.9.1 failed with gcc 4.5.0 on Win XP

2010-06-24 Fir de Conversatie Cesar Romani
By compiling vim 7.3a to the latest changeset with gcc 4.5.0 on Win XP with MinGW I get the following errors: ... gcc -c ... if_ruby.c -o gobjZ/if_ruby.o if_ruby.c:211:15: error: static declaration of 'dll_rb_cFalseClass' follows non-static declaration c:/ruby19/include/ruby

Compiling vim 7.3 with ruby failed with gcc 4.5.0 on Win XP

2010-06-24 Fir de Conversatie Cesar Romani
By compiling vim 7.3a to the latest changeset with gcc 4.5.0 on Win XP with MinGW I get the following errors: ... gcc -c ... if_ruby.c -o gobjZ/if_ruby.o if_ruby.c:211:15: error: static declaration of 'dll_rb_cFalseClass' follows non-static declaration c:/ruby19/include/ruby

Re: vim 7.3

2010-06-24 Fir de Conversatie Charles Campbell
James Vega wrote: On Tue, Jun 22, 2010 at 3:03 PM, Charles Campbell wrote: Hello, I just attempted to update my copy of vim 7.2 with: (date&& hg pull -u) 2>&1 |tee -a ../hg-vim.log I followed that up with a gmake distclean and ./configure --w