talek / vorax4

A simple yet powerful IDE for Oracle databases, built on top of the widely known Vim editor and Oracle SqlPLUS.
http://talek.github.io/vorax4
MIT License
53 stars 11 forks source link

failed to build native extension. #69

Closed rahulkmr closed 9 years ago

rahulkmr commented 9 years ago

Hi,

I switched laptops and I can't get vorax to work.

Error detected while processing /home/rahul/dotfiles/.vim/bundle/vorax4/autoload/vorax/ruby.vim:
line   24:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
Error detected while processing /home/rahul/dotfiles/.vim/bundle/vorax4/autoload/vorax/sqlplus.vim:
line    9:
E117: Unknown function: vorax#ruby#SqlplusFork
Error detected while processing function vorax#sqlplus#Connect..<SNR>178_PrepareCstr:
line    3:
E117: Unknown function: vorax#ruby#ParseConnectionString
E15: Invalid expression: vorax#ruby#ParseConnectionString(cstr)
rahulkmr commented 9 years ago

Never mind. Figured it out.

vorax was gem installed in a rvm ruby and gemset. I installed it in the ruby version vim was built with and it works fine now.