From: Peter <ssh...@pa...> - 2011-03-31 07:59:20
|
Hello, Who can help me out version 1.4 compiles fine but 1.5 has the following error: make[3]: Entering directory `/second/downloads/sshguard-1.5/src/fwalls' gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I.. -O2 -Wall -std=c99 -D_POSIX_C_SOURCE=200112L -g -O2 -MT command.o -MD -MP -MF .deps/command.Tpo -c -o command.o command.c In file included from command.c:35: ../sshguard_fw.h:88: error: invalid use of `restrict' command.c:62: error: invalid use of `restrict' make[3]: *** [command.o] Error 1 make[3]: Leaving directory `/second/downloads/sshguard-1.5/src/fwalls' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/second/downloads/sshguard-1.5/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/second/downloads/sshguard-1.5/src' make: *** [all-recursive] Error 1 gcc -v Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 3.3.4 Chrs... |