inn and newsgate

Russ Allbery rra at stanford.edu
Thu Nov 16 07:33:51 UTC 2000


Peer Heinlein <p.heinlein at jpberlin.de> writes:

> I have problems in compiling newsgate which I really need. Unfortunately
> I don't know much about programming, so I can't help myself.

> Could abyvody help me and give me some ideas about what's wrong? I use
> inn 2.2.2, SuSE linux 6.4, kernel 2.2.14, glibc6 and gcc 2.95.2

Unfortunately, no one is currently supporting newsgate.  But in case it
helps any after all this time....

> The output is:

> linux:/usr/src/packages/BUILD/newsgate # make
> cc -g -DUSE_PARSEDATE   -c -o misc.o misc.c
> In file included from misc.c:4:
> gate.h:250: conflicting types for `sys_errlist'
> /usr/include/stdio.h:557: previous declaration of `sys_errlist'
> gate.h:266: conflicting types for `sprintf'
> /usr/include/stdio.h:257: previous declaration of `sprintf'
> make: *** [misc.o] Error 1
> linux:/usr/src/packages/BUILD/newsgate #

gate.h shouldn't be declaring sys_errlist or sprintf; just delete the
declarations out of that file.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-workers mailing list