/[global]/global/FAQ
ViewVC logotype

Diff of /global/FAQ

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by shigio, Sun Oct 17 14:39:35 2004 UTC revision 1.17 by shigio, Fri Oct 29 07:07:06 2004 UTC
# Line 19  ___________________________________ Line 19  ___________________________________
19  Frequentry Asked Questions about GLOBAL.  Frequentry Asked Questions about GLOBAL.
20    
21  ----------------------------------------------------------------------------  ----------------------------------------------------------------------------
22  Q1. Htags.pl (perl version of htags(1)) aborts by short of memory.  Q1. Deleted.
     Why? Any workaround?  
   
         % htags.pl  
         Out of memory!  
         % _  
   
 A1. It seems that Perl4 and some Perl5 leaks memory.  
     Please replace it with the latest Perl(currently 5.6.0) and retry.  
     But now, you had better use the C version of htags(1) instead.  
   
23  ----------------------------------------------------------------------------  ----------------------------------------------------------------------------
24  Q2. GLOBAL skip some functions.  Q2. GLOBAL skip some functions.
25      For example, GLOBAL skip the function 'func' in this example.      For example, GLOBAL skip the function 'func' in this example.
# Line 140  A8. Some operating system, for example R Line 130  A8. Some operating system, for example R
130        2. Replace sort command with one which is not internationalized.        2. Replace sort command with one which is not internationalized.
131    
132  ----------------------------------------------------------------------------  ----------------------------------------------------------------------------
133  Q9. I'm running GLOBAL on Cygwin.  Q9. Deleted.
     When I ran htags.pl(perl version of htags(1)), it returned the following  
     message:  
   
         htags: cannot make cache file '/tmp/htagd79287565'.  
   
     Any workaround?  
   
 A9. It seems that some Cygwin perl have a bug and the dbmopen() doesn't work  
     on FAT file system. You can take the following workaround until Cygwin perl  
     is fixed.  
     
     With 'no_cache_file' variable set, htags doesn't use dbmopen() any longer.  
     Instead, more memory might be requred for execution of htags.  
   
         gtags.conf:  
         +-----------------------------------------------------  
         |  
         |...  
         |common:\  
         |       :skip=GPATH,GTAGS,GRTAGS,GSYMS,HTML/,tags,...  
         |       :format=standard:\  
         |       :no_cache_file:                 <== ADD  
   
     But now, you had better use the C version of htags(1) instead.  
   
134  ----------------------------------------------------------------------------  ----------------------------------------------------------------------------
135  Q10. Does GLOBAL support multi-bytes code set?  Q10. Does GLOBAL support multi-bytes code set?
136       Which character code set is supported?       Which character code set is supported?

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26