wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Failing to compile C extension properly #346

Closed varung closed 5 years ago

varung commented 5 years ago

I performed the actions of rake extconf.rb, and make. After that, I launch vim, and type t. Vim outputs "Cannot load C extension" and prints out the ruby version. I compare this against ruby --version, and it's the same: ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]

I'm on OSX Mojave...but I am failing to even get the c-extension to work on the command line vim. (I don't think this is related to the accessibility issue.

wincent commented 5 years ago

Would need more info to troubleshoot here. Full output of vim --version, the make invocation etc.

wincent commented 5 years ago

Closing due to inactivity.