gtags with ctags

Leo Liu <[email protected]> Wed, 30 Oct 2013 17:44:57 +0800
Newsgroups gmane.comp.gnu.global.general
Message-ID <[email protected]>
--- [3rd try] ---

Hi there,

I have GLOBAL compiled with exuberant-ctags properly. I can see these
files:

lib
`-- gtags
    |-- exuberant-ctags.a
    |-- exuberant-ctags.so
    |-- user-custom.a
    `-- user-custom.so

However I don't know how to get gtags to index a perl project. I can use
ctags to index the project perfectly and I am using the one from
exuberant-ctags and not emacs.

1. git clone https://github.com/PerlDancer/Dancer
2. cd Dancer
3. gtags --gtagslabel ctags or gtags --gtagslabel exuberant-ctags

You can see the GTAGS file is still empty.

gtags -d GTAGS

 __.COMPNAME	 __.COMPNAME
 __.COMPRESS	 __.COMPRESS ddefine ttypedef
 __.VERSION	 __.VERSION 6

Ideas?

Thanks,
Leo