जब मैं VIM में कमांड-टी एक्सटेंशन का उपयोग करने के लिए \ t को हिट करता हूं, तो मुझे त्रुटि मिलती है
command-t.vim could not load the C extension
मुझे यकीन नहीं है कि इसे कैसे ठीक किया जाए ... कोई सुझाव?
धन्यवाद
मैं git-repository स्थापना विधि का उपयोग कर रहा हूं। यहां तब होता है जब मैं "रेक मेक" करता हूं:
~/.vim/bundle/command-t$ rake make
(in /home/petef/.vim/bundle/command-t)
/usr/bin/ruby1.8 extconf.rb
extconf.rb:24:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:24
rake aborted!
Command failed with status (1): [/usr/bin/ruby1.8 extconf.rb...]
/home/petef/.vim/bundle/command-t/Rakefile:136
(See full trace by running task with --trace)