Re: compiling GNATS

1999-07-08 Thread Mark Brown
On Thu, Jul 08, 1999 at 11:59:55AM +0200, Christian Hammers wrote: > GNATS-3.110 (from unstable) is not compile-able on my (unstable) Debian > maching. It contain code similar to this: > FILE *outfile=stdout; > gen-index.c:38: initializer element is not constant > On a debian 1.3 machine it wor

compiling GNATS

1999-07-08 Thread Christian Hammers
Hello GNATS-3.110 (from unstable) is not compile-able on my (unstable) Debian maching. It contain code similar to this: #include FILE *outfile=stdout; int main() { fprintf(outfile,"hjhh"); return 0; } and comlains about gen-index.c:38: initializer element is not constant On a