bug-global
[Top][All Lists]
Advanced

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

htags -d not working?


From: Rui Lopes
Subject: htags -d not working?
Date: Tue, 31 Aug 2004 19:26:21 +0100
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040719)

Hello,

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.

Which seems a bug.  I had to use:

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


Best regards,
Rui Lopes




reply via email to

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