bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: htags -d not working?


From: Rui Lopes
Subject: Re: htags -d not working?
Date: Wed, 01 Sep 2004 13:40:03 +0100
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040719)

Hi,

Shigio Yamaguchi wrote:

I'm trying to generate the G* and HTML files under a directory separated from the main sourcecode tree using htags (from GLOBAL 4.8) like this:

$ cd $SRCDIR && htags -d $TAGSDIR $TAGSDIR
but it fails with:
htags: GTAGS not found.

Htags says that there is not GTAGS in $TAGSDIR.
Does GTAGS file exist there?
Yes (and the other G* files too). You snipped the commands that have worked:

$ export GTAGSROOT=$SRCDIR
$ export GTAGSDBPATH=$TAGSDIR
$ cd $SRCDIR && htags $TAGSDIR

this would fail if there weren't any G* files on $TAGSDIR, but it worked fine.


Regards,
Rui Lopes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]