Discussion:
installing spreadlogd
Michael
2004-07-28 20:29:28 UTC
Permalink
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.

Michael Peters
Michael
2004-07-28 20:55:08 UTC
Permalink
Post by Michael
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: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

Loading...