Announcement

Collapse
No announcement yet.

cscope + emacs issue, programmers out there, pls respond

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    cscope + emacs issue, programmers out there, pls respond

    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.

    #2
    Re: cscope + emacs issue, programmers out there, pls respond

    found the problem. -d option was not being read by xcscope.el properly.

    Comment

    Working...
    X