Yukihiro Nakadaira wrote: > On Mon, May 20, 2013 at 4:37 AM, Christian J. Robinson > <[email protected]>wrote: > > > On Sun, 19 May 2013, Bram Moolenaar wrote: > > > > > > Christian J. Robinson wrote: > >> > >> [..]/vim73/src/if_ruby.c:739: undefined reference to `ruby_init_stack' > >>> collect2: ld returned 1 exit status > >>> link.sh: Linking failed > >>> make: *** [vim] Error 1 > >>> > >> > >> What version of Ruby are you using? ruby_init_stack() is supposed to be > >> called only for Ruby 1.8 and later. > >> > > > > % ruby --version > > ruby 1.8.5 (2006-08-25) [x86_64-linux] > > > Indeed, ruby_init_stack() is not defined in ruby-1.8.5. It was added to > ruby-1.8.6. How about to check if RUBY_INIT_STACK is defined for > workaround.
Thanks, I'll include it (the second version). -- Why don't cannibals eat clowns? Because they taste funny. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
