Re: Patch 8.0.0187

2017-01-15 Fir de Conversatie Ken Takata
Hi, 2017/1/15 Sun 23:46:11 UTC+9 Taro MURAOKA wrote: > Please include my patch. > > Both patches work correctly. > But my version also removes complex symbol loading. > (ruby_sysinit was loaded as NtInitialize) > This kind of complexity causes this problem. > I believe that it should be removed.

Re: Patch 8.0.0187

2017-01-15 Fir de Conversatie MURAOKA Taro
Please include my patch. Both patches work correctly. But my version also removes complex symbol loading. (ruby_sysinit was loaded as NtInitialize) This kind of complexity causes this problem. I believe that it should be removed. Thanks. 2017-01-15 22:04 GMT+09:00 Bram Moolenaar

Re: Patch 8.0.0187

2017-01-15 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > > I'm building vim on Windows 7 with MinGW. After compiling the latest > > pull I get: > > > > > > [...] > > gobjZi686/if_ruby.o:if_ruby.c:(.text+0x862): undefined reference to > > `ruby_sysinit' > > gobjZi686/if_ruby.o:if_ruby.c:(.text+0x23fa):

Re: [vim/vim] patch 8.0.0187: cant build with new Ruby version (fe6ce33)

2017-01-15 Fir de Conversatie avalan_che
在 2017年1月15日星期日 UTC+8上午9:02:22,MURAOKA Taro写道: > Failed to build with ruby/dyn. > > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub Here too. Mingw/ruby2.3: undefined reference to `ruby_sysinit' -- -- You received

Re: Patch 8.0.0187

2017-01-14 Fir de Conversatie Ken Takata
Hi, 2017/1/15 Sun 9:52:05 UTC+9 Cesar wrote: > On 14/01/2017 02:12 p.m., Bram Moolenaar wrote: > > > > Patch 8.0.0187 > > Problem:Building with a new Ruby version fails. > > Solution: Use ruby_sysinit() instead of NtInitialize(). (Tomas Volf, > >

Re: Patch 8.0.0187

2017-01-14 Fir de Conversatie Taro MURAOKA
> I'm building vim on Windows 7 with MinGW. After compiling the latest > pull I get: > > > [...] > gobjZi686/if_ruby.o:if_ruby.c:(.text+0x862): undefined reference to > `ruby_sysinit' > gobjZi686/if_ruby.o:if_ruby.c:(.text+0x23fa): undefined reference to > `ruby_sysinit' >

Re: Patch 8.0.0187

2017-01-14 Fir de Conversatie Cesar Romani
On 14/01/2017 02:12 p.m., Bram Moolenaar wrote: > > Patch 8.0.0187 > Problem:Building with a new Ruby version fails. > Solution: Use ruby_sysinit() instead of NtInitialize(). (Tomas Volf, > closes #1382) > Files: src/if_ruby.c > > > *** ../vim-8

Patch 8.0.0187

2017-01-14 Fir de Conversatie Bram Moolenaar
Patch 8.0.0187 Problem:Building with a new Ruby version fails. Solution: Use ruby_sysinit() instead of NtInitialize(). (Tomas Volf, closes #1382) Files: src/if_ruby.c *** ../vim-8.0.0186/src/if_ruby.c 2017-01-09 21:10:29.300184895 +0100 --- src/if_ruby.c 2017