From: J.P v. O. <je...@gi...> - 2011-09-01 17:00:22
|
Hello, On a older slackware machine with GCC 2.95.3 I get: Making all in src make[1]: Entering directory `/part2/downloads/sshguard-1.5/src' make all-recursive make[2]: Entering directory `/part2/downloads/sshguard-1.5/src' Making all in parser make[3]: Entering directory `/part2/downloads/sshguard-1.5/src/parser' make all-am make[4]: Entering directory `/part2/downloads/sshguard-1.5/src/parser' source='attack_parser.c' object='attack_parser.o' libtool=no \ DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I.. -Wall -O2 -std=c99 -D_POSIX_C_SOURCE=200112L -g -O2 -c attack_parser.c cc1: unknown C standard `c99' In file included from attack_parser.y:39: ../sshguard_logsuck.h:42: parse error before `filename' ../sshguard_logsuck.h:51: parse error before `buf' make[4]: *** [attack_parser.o] Error 1 make[4]: Leaving directory `/part2/downloads/sshguard-1.5/src/parser' make[3]: *** [all] Error 2 make[3]: Leaving directory `/part2/downloads/sshguard-1.5/src/parser' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/part2/downloads/sshguard-1.5/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/part2/downloads/sshguard-1.5/src' make: *** [all-recursive] Error 1 Is there a way to get sshguard to run here? Rgds.... |