首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

cscope有关问题解决

2012-09-22 
cscope问题解决Error detected while processing ~/.vimrc:cs_read_prompt EOF: No such file or director

cscope问题解决

Error detected while processing ~/.vimrc:
cs_read_prompt EOF: No such file or directory
E609: Cscope error: cscope: cannot read trailer offset from file cscope.outc

?

使用cscope查看程序代码遇到一个问题,就是在配置vim中默认打开cscope.out文件出现如上错误,经google后发现的问题是代码所放的文件夹命名中存在了“空格”,解决办法就是将文件夹重命名,用‘-’或英文等符号替代空格。

热点排行