[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gtags fail to process GCC source code
From: |
Rongsong Shen |
Subject: |
gtags fail to process GCC source code |
Date: |
Wed, 14 Nov 2007 10:14:47 +0800 |
gtags fail to process the newest GCC source code, it seems a bug of global.
1. check out gcc source code
svn co svn://gcc.gnu.org/svn/gcc/trunk gcc
2. Run gtags in the top directory of ./libjava/javax/swing/plaf
3. Following is the output
pc13% cd websrc/SRCS/opensrc/gcc/libjava/javax/swing/plaf
pc13% gtags
gtags: GPATH is corrupted.('./BorderUIResource.h' not found)
pc13%
It seems that the file BorderUIResource.h has not been added to GPATH database, but gtags-parser still generate tags which reference to this file, it will cause gtags print out this error message then die.
Maybe we can just ignore this error information and let gtags still does some useful work.
Although this. I still thank to this great package.
--
Regards
Rongsong Shen
- gtags fail to process GCC source code,
Rongsong Shen <=