专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > AIX

AIX安装vim插件Taglist有关问题

发布时间:2011-06-27 19:08:08 文章来源:www.iduyao.cn 采编人员:星星草
AIX安装vim插件Taglist问题
今天安装vim的插件,但是安装后输入Tlist,总是出现以下:
Taglist: Failed to generate tags for /my/path/to/file ctags: illegal option -- -^@usage: ctags [-BFadtuwvx] [-f tagsfile] file ... 

查网上说是要: The taglist plugin will work only with the exuberant ctags tool. You cannot use the GNU ctags or the Unix ctags program with the taglist plugin. You will see an error message similar to the one shown above, if you try use a non-exuberant ctags program with Vim. To fix this problem, either add the exuberant ctags tool location to the PATH environment variable or set the 'Tlist_Ctags_Cmd' variable. 

我试着装exuberant ctags 装不成功,但是最后设置Tlist_Ctags_Cmd又找不到。麻烦大侠们指教!!

------解决方案--------------------
我觉得你在安装前是设置过path 的,系统有自己的安装path,和你设置的冲突,Failed to generate tags for /my/path/to/file ctags,

2: 还有一点:你在安装过程中,系统不认识这个参数:“-^@usage”,可能有系统不能设别的字符,再把字母一个一个敲,试试。
------解决方案--------------------
兄弟,在unix ,linux安装没有问题吗? 有没有安装guide 吗?sh install.sh -autoexec
还是smit installp ,还是rpm -ivh ,兄弟,可以试试啊。
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: