I've searched for this (exact) error, but I can't find any mention of it on the web.
Basically, I'm trying to install ctags (I've never used it before) on OSX Snow Leopard. Here's what I've done:
Has any one seen this before? I'm obviously not supplying any arguments; if I do, I still get the same error (no matter what the arguments are).
Cheers,
-Lars
I think you should check your ~/.ctags (or any other ctags configuration file listed in ctags -V
).
You probably have something like -python-kinds=-i
; ctags interprets that as a single character (-p
) option.
In any case, try to run ctags with ctags --options=NONE
; if it fixes the issue, it means that the problem comes from one of your conf files.