This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: has anyone built GNATS? Other PM package?


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]