Comments
-
Greg Hurrell
Sounds like it was compiled against a different version of Ruby than Vim itself links against.
What operating system are you on?
How did you get or build Vim?
How did you get or build Ruby?
What is the output of
vim --version
?What is the output of
ruby extconf.rb && make && make clean
?I'm not going to be able to answer this ticket for the rest of the day as I'll be out, so if you can't wait for an answer, check out the other closed issues on the tracker where the extension was miscompiled. The solution is to ensure that you use the exact same version of Ruby that Vim linked against.
-
anonymous
Yes, it was compiled against a different version -- recompiling fixed it. Thanks!
-
Greg Hurrell
Glad to hear you got it sorted out.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.