Re: installing spreadlogd

Michael <[email protected]> Wed, 28 Jul 2004 16:55:08 -0400
Newsgroups gmane.comp.apache.mod-log-spread.user
Message-ID <[email protected]>
Michael wrote:
> Hello all,
> 
> I just recenly download the current spreadlogd.tar.gz and unpacked it 
> (version 1.4.2). There is no configure script only a makefile. When I 
> run 'make' I get these errors....
> 
> 
> config_gram.y:93: error: `stderr' undeclared (first use in this function)
> config_gram.y:93: error: (Each undeclared identifier is reported only once
> config_gram.y:93: error: for each function it appears in.)
> config_gram.y: In function `yyerror':
> config_gram.y:104: error: `stderr' undeclared (first use in this function)
> make: *** [y.tab.o] Error 1
> 
> 
> anyhelp would be greatly appreciated.

Nevermind. I found this post ....

http://lists.backhand.org/pipermail/mls-users/2003-December/000225.html

and it said I should add a
#include <stdio.h>
to the top of config.h

did it and it compiled fine.

Michael Peters