Dynamic ruby 2.2.0 broken

2015-01-07 Thread Ike Devolder
Since version 2.2.0 of ruby building vim with dynamic ruby fails. gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDYNAMIC_RUBY_DLL=\"libruby.so.2.2.0\" -DDYN

Re: Dynamic ruby 2.2.0 broken

2015-01-07 Thread tux.
Works with MSVC. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev

Re: Dynamic ruby 2.2.0 broken

2015-01-08 Thread Ike Devolder
On Wed, Jan 07, 2015 at 11:48:30PM +0100, tux. wrote: > Works with MSVC. > > -- > -- > 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 > > --- > You recei

Re: Dynamic ruby 2.2.0 broken

2015-01-08 Thread guns
On Thu 8 Jan 2015 at 09:27:19AM +0100, Ike Devolder wrote: > with gcc 4.9.2 on linux it fails. > > Currently I'm going to just build without ruby since there is always > some sort of an issue related to it. I noticed this too, but building with --enable-rubyinterp (without =dynamic) works just f

Re: Dynamic ruby 2.2.0 broken

2015-01-10 Thread Ken Takata
Hi Ike, 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: > Since version 2.2.0 of ruby building vim with dynamic ruby fails. ... > if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' ... > if_ruby.c:(.text+0xbc3): undefined reference to `rb_gc_writebarrier_unprotect' Reproduced with MSV

Re: Dynamic ruby 2.2.0 broken

2015-01-10 Thread guns
On Sat 10 Jan 2015 at 09:32:41AM -0800, Ken Takata wrote: > Hi Ike, > > 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: > > Since version 2.2.0 of ruby building vim with dynamic ruby fails. > ... > > if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' > ... > > if_ruby.c:(.text+0xbc3): un

Re: Dynamic ruby 2.2.0 broken

2015-01-11 Thread Ike Devolder
On Sat, Jan 10, 2015 at 09:32:41AM -0800, Ken Takata wrote: > Hi Ike, > > 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: > > Since version 2.2.0 of ruby building vim with dynamic ruby fails. > ... > > if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' > ... > > if_ruby.c:(.text+0xbc3):