has anyone built GNATS? Other PM package?

Fergus Henderson fjh@cs.mu.OZ.AU
Tue Feb 10 03:34:00 GMT 1998


On 09-Feb-1998, ESP <evangelo@pigdog.org> wrote:
> >>>>> "TN" == Thomas Nichols <thomas.nichols@mail.com> writes:
> 
>     TN> Hello, a week or so back I saw a query from ESP about GNATS
>     TN> 3.2, but I didn't see any followups. Has anyone got this
>     TN> working?
> 
> Thomas,
> 
> On my own side, I was referred to the newer GNATS 3.104, which has a
> configuration especially built for gnu-win32.  HOWEVER, it still
> wouldn't build (got some weird non-constant initializer error on a
> line "FILE* outfile = stdout;").

If GNATs contains "FILE* outfile = stdout;", not inside any function,
this is a bug in GNATS: that's not valid ANSI C source code. 
Change it to `FILE* outfile = stdout;' and add `outfile = stdout;' at
the start of main().

-- 
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh >   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list