[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
global/gtags file location error in cygwin
From: |
Andrew Thomson |
Subject: |
global/gtags file location error in cygwin |
Date: |
Thu, 10 Aug 2006 13:32:34 -0700 |
User-agent: |
Thunderbird 1.5.0.5 (Windows/20060719) |
I'm trying to run global in Windows XP using Cygwin.
Repro steps:
Install cygwin with all packages enabled
Download global source tarball
unzip, ./configure, make, make install
go to source dir
gtags
When I run gtags I always get the message "gtags: cannot create GPATH."
The program generates GPATH, GRTAGS, and GTAGS.
I have found one other person with the same problem at
http://news.gmane.org/gmane.comp.gnu.global.general
I have traced the program in gdb to see when it bails, here is the stack
trace:
#0 die (s=0x41c0f7 "cannot create GPATH.") at die.c:63
#1 0x00404eb7 in gtags_open (dbpath=0x22cb80 "/cygdrive/e/Documents and
Settings/t-andtho/My Documents/test", root=0x22ca70
"/cygdrive/e/Documents and Settings/t-andtho/My Documents/test", db=2,
mode=1) at gtagsop.c:209
#2 0x00401f4d in createtags (dbpath=0x22cb80 "/cygdrive/e/Documents and
Settings/t-andtho/My Documents/test", root=0x22ca70
"/cygdrive/e/Documents and Settings/t-andtho/My Documents/test", db=2)
at gtags.c:801
#3 0x004029e9 in main (argc=0, argv=0x6b238c) at gtags.c:414
Just thought you guys should know. I'll continue to browse the source
and try to get more specifics.
--Andrew Thomson
- global/gtags file location error in cygwin,
Andrew Thomson <=