Skip to content

ttyload 0.5.3 does not compile (0.5.2 does) #2

@sommerlaut

Description

@sommerlaut

Hi there,

ttyload 0.5.3 seems not to compile anymore (at least on Debian 6 and 7):


root@debian:/ttyload-0.5.3# make
ln -s FreeBSD arch/Darwin
ln -s FreeBSD arch/Isilon-OneFS
ln -s uname -s | sed -e 's/ /-/g' arch/thisarch
make archtest ttyload ARCH=uname -s | sed -e 's/ /-/g'
make[1]: Entering directory /root/ttyload-0.5.3' gcc -pedantic -Wall -Werror -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/ default -g -DVERSION='"'cat Version'"' -o arch/Linux/getload.o -c arch/Linux/ getload.c In file included from arch/Linux/getload.c:7:0: /root/ttyload-0.5.3/ttyload.h:34:9: error: unknown type name ‘time_t’ make[1]: *** [arch/Linux/getload.o] Error 1 make[1]: Leaving directory/root/ttyload-0.5.3'
make: *** [archbuild] Error 2
root@debian:
/ttyload-0.5.3#


ttyload 0.5.2 compiles without errors on the same system:


root@debian:/ttyload-0.5.2# make
ln -s FreeBSD arch/Darwin
ln -s FreeBSD arch/Isilon-OneFS
ln -s uname -s | sed -e 's/ /-/g' arch/thisarch
make archtest ttyload ARCH=uname -s | sed -e 's/ /-/g'
make[1]: Entering directory /root/ttyload-0.5.2' gcc -pedantic -Wall -Werror -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/ default -g -DVERSION='"'cat Version'"' -o arch/Linux/getload.o -c arch/Linux/ getload.c gcc -pedantic -Wall -Werror -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/ default -g -DVERSION='"'cat Version'"' -o arch/Linux/terminfo.o -c arch/Linux /terminfo.c gcc -pedantic -Wall -Werror -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/ default -g -DVERSION='"'cat Version'"' -o archtest.o -c archtest.c gcc -pedantic -Wall -Werror./ldflags-o archtest arch/Linux/getload.o arch/Li nux/terminfo.o archtest.o gcc -pedantic -Wall -Werror -I${PWD:-.} -I${PWD:-.}/arch/Linux -I${PWD:-.}/arch/ default -g -DVERSION='"'cat Version'"' -o ttyload.o -c ttyload.c gcc -pedantic -Wall -Werror./ldflags-o ttyload arch/Linux/getload.o arch/Lin ux/terminfo.o ttyload.o make[1]: Leaving directory/root/ttyload-0.5.2'
root@debian:
/ttyload-0.5.2#


Thanks in advance for any solution or any hint.

Cheers, Tom

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