Description
Hi,
I am trying to install orderedPainting, but when I run the setup.sh script I get the following error:
In file included from /home/c/cd277/.linuxbrew/include/sys/types.h:219:0,
from ./stdio.h:60,
from argv-iter.h:17,
from argv-iter.c:20:
./stdio.h:496:1: error: 'gets' undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make[2]: *** [argv-iter.o] Error 1
make[2]: Leaving directory /home/c/cd277/bin/orderedPainting/coreutils-8.11/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/c/cd277/bin/orderedPainting/coreutils-8.11/lib'
make: *** [all] Error 2
GEN version.h
CC sort.o
In file included from /home/c/cd277/.linuxbrew/include/getopt.h:33:0,
from sort.c:25:
../lib/stdio.h:496:1: error: 'gets' undeclared here (not in a function)
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
^
make: *** [sort.o] Error 1
20171215_090104 Make of GNU sort failed
Do you know a way I can fix this problem?