|
Message-ID: <1CB762059271F941A2FDBC0A1FBB396A060B18CF@LKSMAIL.jhacorp.com> Date: Tue, 21 Feb 2006 12:01:31 -0600 From: "Joseph Pugh" <JPugh@...khenry.com> To: <john-users@...ts.openwall.com> Subject: JtR 1.7 Compile Errors on AIX 5.2 I am currently trying to compile JtR 1.7 on AIX 5.2 32bit. The command that I am using from within the ./src directory is: make clean aix-ppc32 Following is the output I am getting from the command: rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/john.bin ../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com ../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe rm -f ../run/john.exe *.o *.bak core rm -f detect bench generic.h arch.h sparc.h tmp.s rm -f DES_bs_s.c DES_bs_n.c DES_bs_a.c cp /dev/null Makefile.dep ln -sf ppc32.h arch.h make ../run/john ../run/unshadow ../run/unafs ../run/unique CPP=cc CC=cc AS=cc LD=cc CFLAGS="-c -qarch=ppc -qchars=signed" LDFLAGS="-s -lbsd" OPT_NORMAL="-O2" OPT_INLINE="-O3 -Q=99 -w" cc -c -qarch=ppc -qchars=signed -O2 DES_fmt.c "/usr/include/stdlib.h", line 162.0: 1506-082 (W) The size of the long double type will be increasing in a future release. Use double instead of long double to maintain upward binary compatibility. . . . . . cc -c -qarch=ppc -qchars=signed -O2 idle.c "/usr/include/stdlib.h", line 162.0: 1506-082 (W) The size of the long double type will be increasing in a future release. Use double instead of long double to maintain upward binary compatibility. "/usr/include/sys/var.h", line 118.2: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 120.2: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 122.2: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 125.2: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 196.4: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 202.4: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 208.4: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 217.4: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 220.4: 1506-046 (S) Syntax error. "/usr/include/sys/var.h", line 223.4: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 148.2: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 154.2: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 160.2: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 194.2: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 249.2: 1506-046 (S) Syntax error. "/usr/include/sys/thread.h", line 628.2: 1506-046 (S) Syntax error. "/usr/include/sys/ptrace.h", line 164.2: 1506-046 (S) Syntax error. "/usr/include/sys/proc.h", line 158.2: 1506-046 (S) Syntax error. "/usr/include/sys/proc.h", line 222.16: 1506-007 (S) Struct or union trusage64 is undefined. "/usr/include/sys/proc.h", line 289.2: 1506-046 (S) Syntax error. make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. Has anyone seen this error on AIX? If so, can you suggest a way to alleviate it? Thanks in advance for any help Joseph M. Pugh
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.