You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
You shouldn't need to involve Bundler or Rake just to build the extension; those are really for development-time dependencies.
To remove them from the equation you should be able to build using:
$ cd [path to command-t/ruby/ext directory] $ ruby extconf.rb $ make
-
anonymous
Thank you. It did really worked out for me (have to mention, that Vim in Ubuntu 12.10 is built with ruby 1.9, so I've built extension using the same version). But still hope, that my bug report (with rake) will help you somehow.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.