Skip to content

Error: Make of GNU sort failed #1

Open
@CRD44

Description

@CRD44

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions