|
Message-ID: <42f06e760602221329p4689805bm5858a0280b254b43@mail.gmail.com> Date: Wed, 22 Feb 2006 16:29:58 -0500 From: "Hansel Roush" <hroush@...il.com> To: john-users@...ts.openwall.com Subject: Problems Compiling I'm running an up to date version of Fedora Core 5 [root@...-host-5 src]# make clean linux-x86-any 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 x86-any.h arch.h make ../run/john ../run/unshadow ../run/unafs ../run/unique \ JOHN_OBJS="DES_fmt.o DES_std.o DES_bs.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o batch.o bench.o charset.o common.o compiler.o config .o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o lo ader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp. o rules.o signals.o single.o status.o tty.o wordlist.o unshadow.o unafs.o unique .o DES_bs_b.o x86.o" make[1]: Entering directory `/root/Desktop/RPMs/john-1.7/src' gcc -c -Wall -O2 -fomit-frame-pointer -funroll-loops DES_fmt.c DES_fmt.c:6:20: error: string.h: No such file or directory In file included from common.h:14, from DES_fmt.c:10: memory.h:13:19: error: stdio.h: No such file or directory memory.h:14:20: error: stdlib.h: No such file or directory In file included from common.h:14, from DES_fmt.c:10: memory.h:46: error: expected ')' before 'size' memory.h:64: error: expected ')' before 'size' memory.h:69: error: expected ')' before 'size' DES_fmt.c:29: error: 'NULL' undeclared here (not in a function) DES_fmt.c: In function 'split': DES_fmt.c:109: warning: implicit declaration of function 'memcpy' DES_fmt.c:109: warning: incompatible implicit declaration of built-in function ' memcpy' DES_fmt.c:112: warning: incompatible implicit declaration of built-in function ' memcpy' DES_fmt.c: In function 'set_key': DES_fmt.c:290: warning: incompatible implicit declaration of built-in function ' memcpy' DES_fmt.c: In function 'get_key': DES_fmt.c:302: warning: incompatible implicit declaration of built-in function ' memcpy' make[1]: *** [DES_fmt.o] Error 1 make[1]: Leaving directory `/root/Desktop/RPMs/john-1.7/src' make: *** [linux-x86-any] Error 2 [root@...-host-5 src]# What am I doing wrong or what package am I missing? Hansel
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.