dogbert:root/nsca-2.3> gmake all cd ./src/; gmake all ; cd .. gmake[1]: Entering directory `/root/nsca-2.3/src' /usr/local/pa20_64/bin/gcc -O -pipe -DHAVE_LIBMCRYPT -I/usr/local/include -DHAVE_CONFIG_H -L/usr/local/lib -lmcrypt -lnsl nsca.c netutils.c utils.c -o nsca cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from nsca.c:18: ../common/common.h:105: error: parse error before "u_int32_t" ../common/common.h:105: warning: no semicolon at end of struct or union ../common/common.h:106: warning: data definition has no type or storage class ../common/common.h:111: error: parse error before '}' token ../common/common.h:111: warning: data definition has no type or storage class ../common/common.h:116: error: parse error before "u_int32_t" ../common/common.h:116: warning: no semicolon at end of struct or union ../common/common.h:117: warning: data definition has no type or storage class nsca.c: In function `handle_connection': nsca.c:789: error: parse error before "send_packet" nsca.c:814: error: `send_packet' undeclared (first use in this function) nsca.c:814: error: (Each undeclared identifier is reported only once nsca.c:814: error: for each function it appears in.) nsca.c:816: error: `u_int32_t' undeclared (first use in this function) nsca.c: In function `handle_connection_read': nsca.c:866: error: parse error before "receive_packet" nsca.c:867: error: `u_int32_t' undeclared (first use in this function) nsca.c:885: error: `receive_packet' undeclared (first use in this function) nsca.c:931: error: `packet_crc32' undeclared (first use in this function) nsca.c:933: error: `calculated_crc32' undeclared (first use in this function) cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from netutils.c:32: ../common/common.h:105: error: parse error before "u_int32_t" ../common/common.h:105: warning: no semicolon at end of struct or union ../common/common.h:106: warning: data definition has no type or storage class ../common/common.h:111: error: parse error before '}' token ../common/common.h:111: warning: data definition has no type or storage class ../common/common.h:116: error: parse error before "u_int32_t" ../common/common.h:116: warning: no semicolon at end of struct or union ../common/common.h:117: warning: data definition has no type or storage class cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from utils.c:32: ../common/common.h:105: error: parse error before "u_int32_t" ../common/common.h:105: warning: no semicolon at end of struct or union ../common/common.h:106: warning: data definition has no type or storage class ../common/common.h:111: error: parse error before '}' token ../common/common.h:111: warning: data definition has no type or storage class ../common/common.h:116: error: parse error before "u_int32_t" ../common/common.h:116: warning: no semicolon at end of struct or union ../common/common.h:117: warning: data definition has no type or storage class gmake[1]: *** [nsca] Error 1 gmake[1]: Leaving directory `/root/nsca-2.3/src' *** Compile finished *** If the compile finished without any errors, you should find client and server binaries in the src/ subdirectory. Read the README file for more information on installing the binaries, creating configuration files, and using the server and client. dogbert:root/nsca-2.3>