Hi
When cscope runs
find . '(' -name "*.[ch]" -or -name "*.[ch]pp" -or -name "*.[ch]xx" -or -name "*.cc" -or -name "*.hh" -or -name "*.il" ')' -and -not -path "./output/*" > cscope.files
cscope -b -q -k
it says
cscope: cannot create inverted index; ignoring -q option
cscope: removed files ncscope.in.out and ncscope.po.out
Is it a bug ?
If it's not a bug what is the reason of such behaviour ?
Thanks.
Sergei.
Hans-Bernhard Broeker
2011-09-25
The usual reason is that files cscope.in.out and cscope.po.out weren't writable.
Hans-Bernhard Broeker
2012-04-06
No reaction in a long time.
Hans-Bernhard Broeker
2012-04-06