Mail Archives: cygwin/1998/02/10/08:59:52
On 09-Feb-1998, ESP <evangelo AT pigdog DOT org> wrote:
> >>>>> "TN" == Thomas Nichols <thomas DOT nichols AT mail DOT 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 AT cs DOT mu DOT oz DOT 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 AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -