Cant compile C extension
-
anonymous
Hi, I am running make from the ~/.vim/ruby/command-t directory but I get these errors:
matcher.c:26:21: error: matcher.h: No such file or directory matcher.c:27:17: error: ext.h: No such file or directory matcher.c:28:25: error: ruby_compat.h: No such file or directory
Thanks
-
Greg Hurrell
The files are missing which means the vimball didn't extract properly. Just re-open it and do the extraction again (
:so %
).(I've seen this a couple of times, although I am not sure why it happens. Perhaps being a little too quick with
:q
or something before the vimball has fully extracted.)
Reply
This topic is now closed.