gpt4 book ai didi

vim - Cscope 无法创建倒排索引。为什么?

转载 作者:行者123 更新时间:2023-12-04 14:25:31 28 4
gpt4 key购买 nike

以下命令工作正常:

   $>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

我用谷歌搜索了这个并找到了一些命中。但找不到任何答案或解决方案。任何见解都非常感谢。

最佳答案

我现在明白了!!!

像往常一样,应该正确阅读手册:-)
我正在使用来自 Google 的 cscope 的 win32 端口。 (托管于:http://code.google.com/p/cscope-win32/)。这是“wiki”选项卡的摘录 (http://code.google.com/p/cscope-win32/wiki/UsageNotes?tm=6)

•To use inverted indices (-q option) you need sort utility. I am including one with the cscope archive (here is its source code). The utility can also be found on UnxUtils and http://gnuwin32.sf.net. It should be in your PATH before Windows dir because Windows has its own, incompatible sort utility.



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

完成后,我很高兴地说我能够创建倒排索引。

关于vim - Cscope 无法创建倒排索引。为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4042692/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com