Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export CFLAGS="${CFLAGS:--O2}" \
- export LDADD_POSIX=`export CC="cc"; cd POSIX && command -p sh posix-l.sh`; \
- export CFLAGS_POSIX=`export CC="cc"; cd POSIX && command -p sh posix-cflags.sh`; \
- ( export CC="cc"; cd libcperciva/cpusupport/Build && command -p sh cpusupport.sh ) > cpusupport-config.h; \
- . cpusupport-config.h; \
- for D in spiped spipe; do \
- ( cd ${D} && make all ) || exit 2; \
- done
- Checking if compiler supports X86 CPUID feature... no
- Checking if compiler supports X86 AESNI feature... no
- make[1]: Entering directory `/home/u0015315/spiped-1.4.0a/spiped'
- cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c main.c -o main.o
- cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c dispatch.c -o dispatch.o
- cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c ../proto/proto_conn.c -o proto_conn.o
- cc -O2 -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I .. -I ../proto -I ../libcperciva/alg -I ../libcperciva/datastruct -I ../lib/dnsthread -I ../libcperciva/util -I ../libcperciva/cpusupport -I ../libcperciva/events -I ../libcperciva/network -I ../libcperciva/crypto -c ../proto/proto_crypt.c -o proto_crypt.o
- "../libcperciva/util/sysendian.h", line 22.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 20.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 31.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 33.16: 1506-045 (S) Undeclared identifier x.
- "../libcperciva/util/sysendian.h", line 39.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 37.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 49.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 51.16: 1506-045 (S) Undeclared identifier x.
- "../libcperciva/util/sysendian.h", line 59.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 57.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 71.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 73.16: 1506-045 (S) Undeclared identifier x.
- "../libcperciva/util/sysendian.h", line 85.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 83.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 94.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 96.16: 1506-045 (S) Undeclared identifier x.
- "../libcperciva/util/sysendian.h", line 102.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 100.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 112.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 114.16: 1506-045 (S) Undeclared identifier x.
- "../libcperciva/util/sysendian.h", line 122.1: 1506-277 (S) Syntax error: possible missing ';' or ','?
- "../libcperciva/util/sysendian.h", line 120.8: 1506-485 (S) Parameter declaration list is incompatible with declarator for inline.
- "../libcperciva/util/sysendian.h", line 134.34: 1506-045 (S) Undeclared identifier pp.
- "../libcperciva/util/sysendian.h", line 136.16: 1506-045 (S) Undeclared identifier x.
- make[1]: *** [proto_crypt.o] Error 1
- make[1]: Leaving directory `/home/u0015315/spiped-1.4.0a/spiped'
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment