[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Global 4.8.2 + MinGW
From: |
Bakken, Luke |
Subject: |
RE: Global 4.8.2 + MinGW |
Date: |
Wed, 8 Dec 2004 07:01:18 -0800 |
> Hi,
> > I've sucessfully compiled global under MinGW and used gtags on the
> > global source itself to build the db files, but htags is
> giving me this
> > error:
> >
> > C:\temp\global-4.8.2>htags -a -f -F -n -o -s -v -w c:\global_new
>
> If the option is decreased, we might be able to narrow the cause.
>
> > [Mon Dec 06 11:56:11 Pacific Standard Time 2004] Htags started
> > [Mon Dec 06 11:56:11 Pacific Standard Time 2004] (0) making
> directories
> > ...
> > [Mon Dec 06 11:56:11 Pacific Standard Time 2004] (1) making
> CGI program
> > ...
> > [Mon Dec 06 11:56:11 Pacific Standard Time 2004] (2) making
> help.html
> > ...
> > [Mon Dec 06 11:56:11 Pacific Standard Time 2004] (3) making
> duplicate
> > entries ...
> > Total 0 functions.
>
> At this point, it seems that something is wrong.
> Does this command line work?
>
> $ global -xn ".*" | gtags --sort
>
> This command line is derived from makedupindex().
> It must show all of definitions.
If I run that command from inside a MSYS (Mingw system) rxvt window, it
works fine. If I run it from within a Windows cmd.exe window, it shows
nothing.
If I replace "gtags --sort" with the sort.exe from
gnuwin32.sourceforge.net, then it does work in a Windows cmd.exe window.
I think I'll copy that sort.exe to gnusort.exe in my global directory
and try again with htags.
Luke