Saturday, May 4, 2024
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 6161  / 2 Years ago, wed, july 6, 2022, 9:41:43

When I hit to use the Command-T extension in VIM, I get the error



command-t.vim could not load the C extension


I'm not sure how to go about fixing this... any suggestions?



Thanks






I am using the git-repository installation method.
Here's what happens when I "rake make":



~/.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)

More From » installation

 Answers
4

Pete, you must install ruby-dev package before invoke "rake make" command.


[#44562] Thursday, July 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
igeonlothe

Total Points: 370
Total Questions: 121
Total Answers: 114

Location: United States Minor Outlying Island
Member since Fri, Feb 5, 2021
3 Years ago
igeonlothe questions
Wed, May 31, 23, 02:34, 1 Year ago
Sat, Mar 12, 22, 17:13, 2 Years ago
Tue, Aug 31, 21, 09:46, 3 Years ago
;