On Tue, Nov 21, 2017 at 3:34 PM, Ilya Mikhaltsou <[email protected]> wrote: > Hi! > > I was building vim from source on macOS with --enable-rubyinterp and inside > default rvm environment and encountered an error during build. > > The error was that ld couldn’t find the ruby.2.4.1 library. Upon more > thorough inspection of the build log, I found that although configure script > found ruby include dir correctly, it didn’t find the library path.
Which Vim version and patchlevel were you trying to build? I see several patches about inability to build "with ruby 2.4" or "with ruby on some systems" (the latest of which was 8.0.1185) and also several patches about "build fails on the mac" (the latest of which was 8.0.1316). Did you try building with all of them applied? And did you try running "make reconfig" with configure arguments set by environment variables as shown e.g. at http://users.skynet.be/antoine.mechelynck/vim/compunix.htm (which was written for Linux, I hope it applies, possibly with some small changes, on Mac OS X)? BTW, as of this writing the latest patchlevel is 8.0.1329; it is always better, before reporting a bug, to check that it still happens with the latest sources. Best regards, Tony. -- -- 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.
