[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Global for 'cygwin'
From: |
# 自己\(notes\) \(E-mail\) |
Subject: |
Global for 'cygwin' |
Date: |
Fri, 9 Aug 2002 11:09:02 +0800 |
Hello,
As a programmer, I need to trace many source codes in my work, it's so nice to
have 'global', thank you !!
I've try to build 'global' on cygwin, basically every thing works fine except
for the following two problems :
1. uppercase/lowercase problem, take an example, if I apply 'gtags' on the
source of 'global', since it
contain a directory named 'gtags', so the uppercased 'GTAGS' database file
cannot be created, due to
Win32 platform ignore the case. So I have to use 'dbpath' to specify
another directory.
2. htags fail : In the perl source code of 'htags', here it fails :
open(FIND, "$'findcom |") || &'error("cannot fork.");
while (<FIND>) {
chop;
# if ($gtags_ctime < (stat($_))[10]) {
# &'error("GTAGS is not the latest one. Please remake it.");
<<--- Failure
# }
}
Since I'm not acquainted with perl, so I just comment the three lines out and
everything works perfectly.
This is my brief testing, I havn't test everything yet, so if I shall find any
more problem, I'll report it to you.
Thanks again !
Best Regards,
Luke Lee
- Global for 'cygwin',
# 自己\(notes\) \(E-mail\) <=