Hello, > I installed the binaries for the Win32 port of Global 6.1 on my currently > patched, 64-bit, Windows 7 system. I ran it against the source for > GNU Make 3.80 using the following commands: > gtags > htags -nsF > No complaints and no crashes. However, when viewing the HTML result in > Firefox 9.0.1, I saw that no anchors were created for anything except > for the #include file references. I got frames and source code > and line numbers, but no anchors.
No error message? I tried it using GNU Make 3.80 and GLOBAL 6.1 with the same command line. But it works well in my FreeBSD-6.1. It may be a bug which occurs only in Windows environment. > Trying to dig a little, I ran "gtags -d" against GTAGS and GRTAGS > and grep'ed for the symbol "execute_file_commands". This is a function > defined in file "commands.c" at line 354. I saw these results: > GTAGS: > execute_file_commands 13 @n 354 @n (file) > GRTAGS: > execute_file_commands 152 @n 1052 > execute_file_commands 14 @n 39 It seems that gtags works well. > Any idea what's going on (or not)? > > I hope this isn't just carelessness on my part. I did read the output > of the --help option on both tools, but not in great detail. No options > jumped out at me as being needed other than what I actually used. Your usage is right. -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
