Vim Cscope无法创建反向索引。为什么?

Vim Cscope无法创建反向索引。为什么?,vim,cscope,Vim,Cscope,以下命令工作正常: $>cscope -b -R 但是,反向索引选项不起作用: $>cscope -b -q -k -R Input file specified two times. cscope: cannot create inverted index; ignoring -q option cscope: removed files ncscope.in.out and ncscope.po.out 我在谷歌上搜索了这一个,找到了一些热门的。但找不到任何答案或解决

以下命令工作正常:

   $>cscope -b -R
但是,反向索引选项不起作用:

$>cscope -b -q -k -R
Input file specified two times.

cscope: cannot create inverted index; ignoring -q option
cscope: removed files ncscope.in.out and ncscope.po.out
我在谷歌上搜索了这一个,找到了一些热门的。但找不到任何答案或解决方案。非常感谢您的任何见解。

我现在就知道了

如往常一样,应正确阅读手册:-) 我正在使用谷歌提供的cscope的win32端口。(托管地点:)。以下是“维基”选项卡的摘录(http://code.google.com/p/cscope-win32/wiki/UsageNotes?tm=6)

•要使用反向索引(-q选项),您需要排序实用程序。我在cscope归档中包含了一个(这里是它的源代码)。该实用程序也可以在unxutil和上找到。它应该位于Windows目录之前的路径中,因为Windows有自己的、不兼容的排序实用程序

注意:我实际上需要将排序实用程序放在c:\windows\system32之前。(它不够好,无法在路径中的c:\windows之前包含它)

这样做之后,我很高兴地说,我能够创建反向索引