From: fjh AT cs DOT mu DOT OZ DOT AU (Fergus Henderson) Subject: Re: has anyone built GNATS? Other PM package? 10 Feb 1998 08:59:52 -0800 Message-ID: <19980210223407.19810.cygnus.gnu-win32@mundook.cs.mu.OZ.AU> References: <3 DOT 0 DOT 2 DOT 32 DOT 19980207213452 DOT 006a87f4 AT messagebox DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: ESP Cc: Thomas Nichols , gnu-win32 AT cygnus DOT com On 09-Feb-1998, ESP wrote: > >>>>> "TN" == Thomas Nichols 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 | "I have always known that the pursuit WWW: | 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".