ttdnsd-665a534 does not compile on my server Ubuntu 12.04 (kernel
3.2.0-24-generic #37-Ubuntu):
### root@server:~/ttdnsd-665a534# make install /usr/bin/gcc -g -O2
-D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIE --param
ssp-buffer-size=1 -Wall -fno-strict-aliasing -W -Wfloat-equal
-Wundef
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wwrite-strings
-Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2
-Wwrite-strings
-Wmissing-declarations -Wredundant-decls -Wnested-externs
-Wbad-function-cast -Wswitch-enum -Winit-self
-Wmissing-field-initializers
-Wdeclaration-after-statement -Wold-style-definition -Waddress
-Wmissing-noreturn -Wnormalized=id -Woverride-init
-Wstrict-overflow=1
-Wextra -Warray-bounds -Wstack-protector -Wformat -Wformat-security
-Wpointer-sign -Werror ttdnsd.c -o ttdnsd -ltsocks -L/usr/lib
ttdnsd.c:12:19: schwerwiegender Fehler: stdio.h: Datei oder
Verzeichnis
nicht gefunden Kompilierung beendet. make: *** [all] Error 1 ###
What am I missing? On Ubuntu 10.04 desktop it works very well.