Issue 49 in vim: failed to build with dynamic ruby 1.9.3 | v...@googlecode.com | 1/25/12 8:10 AM | Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 49 by Ike.Devo...@gmail.com: failed to build with dynamic ruby What steps will reproduce the problem? 2. make What is the expected output? What do you see instead?
Please provide any additional information below. build ends with: objects/if_ruby.o: In function `window_s_aref': |
Re: Issue 49 in vim: failed to build with dynamic ruby 1.9.3 | v...@googlecode.com | 9/18/12 5:57 AM | Comment #1 on issue 49 by v.ondr...@gmail.com: failed to build with dynamic ruby 1.9.3 http://code.google.com/p/vim/issues/detail?id=49 This fixes the build. Unfortunately, vim tries to load just libruby.so, which might require -devel packages on some platforms :/ Attachments: vim-7.3-dynamic-ruby.patch 1.4 KB |
Re: Issue 49 in vim: failed to build with dynamic ruby 1.9.3 | v...@googlecode.com | 9/18/12 11:41 AM | Comment #2 on issue 49 by Ike.Devo...@gmail.com: failed to build with dynamic ruby 1.9.3thx, trying right now |
Re: Issue 49 in vim: failed to build with dynamic ruby 1.9.3 | v...@googlecode.com | 9/19/12 4:50 AM | Comment #3 on issue 49 by v.ondr...@gmail.com: failed to build with dynamic ruby 1.9.3 http://code.google.com/p/vim/issues/detail?id=49 And this is patch fixing the .so name detection. Attachments: detect_soname_from_rubylib_so.patch 878 bytes |
Re: Issue 49 in vim: failed to build with dynamic ruby 1.9.3 | v...@googlecode.com | 10/3/12 9:37 AM | Updates:
Status: Fixed Comment #4 on issue 49 by brammool...@gmail.com: failed to build with dynamic ruby 1.9.3Included in patch 7.3.679. |