Encountered error!

I used this on an AIX machine and encountered the following error.

$ ls -l
total 600
-rwxrwxrwx 1 e26936 dba 1491 Feb 07 1992 MANIFEST
-rwxrwxrwx 1 e26936 dba 8148 Apr 05 1992 Makefile
-rwxrwxrwx 1 e26936 dba 4852 Sep 06 2003 README
-rwxrwxrwx 1 e26936 dba 934 Sep 06 2003 README.submittal
-rwxrwxrwx 1 e26936 dba 13657 Apr 05 1992 Run
-rwxrwxrwx 1 e26936 dba 120991 Sep 06 2003 a.zip
-rwxrwxrwx 1 e26936 dba 90133 Apr 06 1992 awk.Z
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:54 doc
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:54 pgms
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:51 results
-rwxrwxrwx 1 e26936 dba 19246 Apr 06 1992 sort.Z
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:54 src
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:54 testdir
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:54 time
drwxrwxrwx 2 e26936 dba 512 Sep 07 13:52 tmp
$ make
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./doc exists
/bin/sh: test: 0403-004 Specify a parameter with this command.
exists
./results exists
gcc -o ./pgms/arithoh -DTIME -O -Darithoh ./src/arith.c
In file included from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/3.0.1/include/sys/signal.h:309,
from /usr/include/signal.h:34,
from src/timeit.c:27,
from src/arith.c:31:
/usr/include/sys/context.h:169: parse error before "sigset64_t"
/usr/include/sys/context.h:172: parse error before '}' token
make: 1254-004 The error code from the last command is 1.

Stop.
$