Menu

#295 ctags: cannot sort tag file : No such file or directory

open
nobody
None
5
2010-11-17
2010-11-17
No

I have this script:

#!/bin/bash

[[ -d ~/.vim/tags ]] || mkdir -p ~/.vim/tags

[[ -z $J2SDKDIR ]] || OTHER="${J2SDKDIR}/include"

ctags -R --sort=yes --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ -f ~/.vim/tags/cpp \ /usr/include /usr/local/include \ ${OTHER}

=======================================================================

But, when a run the command, it returns this error:
"ctags: cannot sort tag file : No such file or directory"

The "solution" is http://tech.groups.yahoo.com/group/vim/message/89321

Discussion


Log in to post a comment.