Re: Patch 7.4.570

2015-01-15 Fir de Conversatie zeug
Am 2015-01-15 10:15, schrieb Ken Takata: Please make sure that you are using Ruby 2.2's header files. I use Ruby 2.2.0 compiled with MSVC 2010 by myself. :-) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For m

Re: Patch 7.4.570

2015-01-15 Fir de Conversatie Ken Takata
Hi tux., 2015/1/15 Thu 8:02:35 UTC+9 tux. wrote: > Ken Takata schrob am Mittwoch, 14. Januar 2015 um 23:52 Zeit: > > > Did you set RUBY_VER and RUBY_VER_LONG properly? > > MSVC 2010, RUBY_VER = 22, RUBY_VER_LONG = 2.2.0: > > I can reproduce Cesar's error. Please make sure that you are using Ru

Re: Patch 7.4.570

2015-01-14 Fir de Conversatie Cesar Romani
On 14/01/2015 05:52 p.m., Ken Takata wrote: > Hi Cesar, > > 2015/1/15 Thu 0:40:05 UTC+9 Cesar wrote: >> [...] >> gobjZi386/if_ruby.o:if_ruby.c:(.text+0xb6c): undefined reference to >> `rb_gc_writebarrier_unprotect_promoted' >> gobjZi386/if_ruby.o:if_ruby.c:(.text+0xb7c): undefined reference to >>

Re: Patch 7.4.570

2015-01-14 Fir de Conversatie tux.
Ken Takata schrob am Mittwoch, 14. Januar 2015 um 23:52 Zeit: > Did you set RUBY_VER and RUBY_VER_LONG properly? MSVC 2010, RUBY_VER = 22, RUBY_VER_LONG = 2.2.0: I can reproduce Cesar's error. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Re: Patch 7.4.570

2015-01-14 Fir de Conversatie Ken Takata
Hi Cesar, 2015/1/15 Thu 0:40:05 UTC+9 Cesar wrote: > [...] > gobjZi386/if_ruby.o:if_ruby.c:(.text+0xb6c): undefined reference to > `rb_gc_writebarrier_unprotect_promoted' > gobjZi386/if_ruby.o:if_ruby.c:(.text+0xb7c): undefined reference to > `rb_gc_writebarrier_unprotect_promoted' > gobjZi386/i

Re: Patch 7.4.570

2015-01-14 Fir de Conversatie Cesar Romani
On 14/01/2015 08:04 a.m., Bram Moolenaar wrote: > > Patch 7.4.570 > Problem:Building with dynamic library does not work for Ruby 2.2.0 > Solution: Change #ifdefs and #defines. (Ken Takata) > Files: src/if_ruby.c > > > *** ../vim-7.4.569/src/if_ruby.c 2014-

Patch 7.4.570

2015-01-14 Fir de Conversatie Bram Moolenaar
Patch 7.4.570 Problem:Building with dynamic library does not work for Ruby 2.2.0 Solution: Change #ifdefs and #defines. (Ken Takata) Files: src/if_ruby.c *** ../vim-7.4.569/src/if_ruby.c2014-11-27 17:44:05.376820913 +0100 --- src/if_ruby.c 2015-01-14 14:02:59.680115042