I am trying to use cscope on emacs built like this:
1) find ./ -name "*.[csSh]" -type f -print > cscope.files
2) cscope -k -q -b
generates four files cscope.files , cscope.in.out, cscope.out,
cscope.po.out
When I run cscope.el on emacs, any cscope operation gives me this
output
cscope: -q option mismatch between command line and old symbol
database
cscope: removed files cscope.out.in and cscope.out.po
But there was no cscope.out.in and cscope.out.po created originally.
Then Why do I get this message ?
Thanks,
Sanjeev.
1) find ./ -name "*.[csSh]" -type f -print > cscope.files
2) cscope -k -q -b
generates four files cscope.files , cscope.in.out, cscope.out,
cscope.po.out
When I run cscope.el on emacs, any cscope operation gives me this
output
cscope: -q option mismatch between command line and old symbol
database
cscope: removed files cscope.out.in and cscope.out.po
But there was no cscope.out.in and cscope.out.po created originally.
Then Why do I get this message ?
Thanks,
Sanjeev.
Comment