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
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to