Comments
-
Greg Hurrell
I haven't seen that error before. You may as well install the gem and see what happens.
-
jc00ke
Now I can't even install the new 1.0.1 version using ree.
[command-t] $> rvm use ree Using /home/jesse/.rvm/gems/ree-1.8.7-2011.03 [command-t] $> cd .. [ruby] $> rm -rf command-t/ [ruby] $> vim /tmp/command-t-1.0.1.vba [ruby] $> cd command-t/ [command-t] $> ruby extconf.rb checking for ruby.h... yes creating Makefile [command-t] $> make gcc -I. -I/opt/local/include -I/home/jesse/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/x86_64-linux -I/home/jesse/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/x86_64-linux -I. -DHAVE_RUBY_H -fPIC -g -O2 -c match.c match.c: In function ‘recursive_match’: match.c:51: error: ‘for’ loop initial declarations are only allowed in C99 mode match.c:51: note: use option -std=c99 or -std=gnu99 to compile your code match.c:57: error: ‘for’ loop initial declarations are only allowed in C99 mode match.c: In function ‘CommandTMatch_initialize’: match.c:160: error: ‘for’ loop initial declarations are only allowed in C99 mode make: *** [match.o] Error 1
Any ideas?
-
Greg Hurrell
Looks like the Vimball didn't expand properly, because those compiler warnings indicate that the
depend
file wasn't extracted. It's quite possible that other files didn't extract properly either.This is an issue I've seen a fair few times with Vimballs. Just extract it again and make sure that all the files are there.
-
jc00ke
Well, I extracted it & was able to successfully make it. Then again I ran into the ruby-debug-ide problem. I have Command-T mapped to <Leader>t & maybe ruby-debug-ide was picking that off too, I'm not sure. I uninstalled ruby-debug-ide & now Command-T works.
Add a comment
Comments are now closed for this issue.