среда, 22 ноября 2017 г., 8:26:02 UTC-8 пользователь Kazunobu Kuriyama написал: > 2017-11-23 1:07 GMT+09:00 Ilya Mikhaltsou <[email protected]>: > > > > Just to make sure. Have you tried something like this?: > > > > > > > > > ./configure --enable-rubyinterp --with-ruby-command=/path/to/interpreter > > > > > > > > > If so, what did you set it to? > > > > No, I haven't. Ruby was available in PATH. > > > > When you run configure with --enable-rubyinterp, among a bunch of lines, you > usually have > > > > checking for ruby... /usr/bin/ruby > > > But if your target is 2.4.1, then the path should be different from > /usr/bin/ruby and must be the path of the 2.4.1 interpreter. > > > What did you get when you ran configure? Something like > $HOME/.rvm/bin/ruby-2.4.1? (Since I'm not a rvm user, I'm not sure what the > path actually looks like.) > > > > > > > -- > > -- > > 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/d/optout.
In the configure step ruby was identified correctly. It was /Users/username/.rvm/rubies/ruby-2.4.1/bin/ruby (or something like that). -- -- 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/d/optout.
