|
Message-ID: <20100615081100260236.395b1e75@gmail.com> Date: Tue, 15 Jun 2010 08:11:00 +0200 From: "websiteaccess@...il.com" <websiteaccess@...il.com> To: john-users@...ts.openwall.com Subject: Re: 1.7.6-jumbo-2 On Tue, 15 Jun 2010 09:19:22 +0400, Solar Designer wrote: > Hi, > > I've updated the jumbo patch to John the Ripper 1.7.6. Hi My system, OS X (10.6.3) Imac 2,8 GHz Intel Core i7 I try to compile JTR 1.7.6 with john-1.7.6-jumbo-2.diff.gz, I get errors: Here it is the compilation log: iMac-de-xxx-xx:src xxxxx$ cd /Users/xxxxx/Desktop/JTR/john-1.7.6 iMac-de-xxx-xx:john-1.7.6 xxxxx$ gzcat ../john-1.7.6-jumbo-2.diff.gz | patch -p1 -Z patching file doc/EPi.patch.README patching file doc/HDAA_README patching file doc/MARKOV patching file doc/MD5_GENERIC patching file doc/NETNTLM_README patching file doc/OPTIONS patching file run/genincstats.rb patching file run/john.conf patching file run/ldif2pw.pl patching file run/netntlm.pl patching file run/netscreen.py patching file run/sap_prepare.pl patching file run/sha-dump.pl patching file run/sha-test.pl patching file run/stats patching file src/BFEgg_fmt.c patching file src/DMD5_fmt.c patching file src/DOMINOSEC_fmt.c patching file src/EPI_fmt.c patching file src/HDAA_fmt.c patching file src/IPB2_fmt.c patching file src/KRB4_fmt.c patching file src/KRB4_std.c patching file src/KRB4_std.h patching file src/KRB5_fmt.c patching file src/KRB5_std.c patching file src/KRB5_std.h patching file src/MD5_apache_fmt.c patching file src/MD5_fmt.c patching file src/MD5_std.c patching file src/MD5_std.h patching file src/MYSQL_fast_fmt.c patching file src/MYSQL_fmt.c patching file src/Makefile patching file src/NETHALFLM_fmt.c patching file src/NETLM_fmt.c patching file src/NETLMv2_fmt.c patching file src/NETNTLM_fmt.c patching file src/NETNTLMv2_fmt.c patching file src/NSLDAPS_fmt.c patching file src/NSLDAP_fmt.c patching file src/NS_fmt.c patching file src/NT_fmt.c patching file src/OPENLDAPS_fmt.c patching file src/PHPS_fmt.c patching file src/PHPS_fmt_orig.c patching file src/PO_fmt.c patching file src/SKEY_fmt.c patching file src/XSHA_fmt.c patching file src/base64.c patching file src/base64.h patching file src/bench.c patching file src/bf_tab.h patching file src/blowfish.c patching file src/blowfish.h patching file src/byteorder.h patching file src/calc_stat.c patching file src/charset.c patching file src/cracker.c patching file src/formats.c patching file src/formats.h patching file src/genmkvpwd.c patching file src/hmacMD5_fmt.c patching file src/hmacmd5.c patching file src/hmacmd5.h patching file src/idle.c patching file src/inc.c patching file src/john.c patching file src/loader.c patching file src/loader.h patching file src/logger.c patching file src/logger.h patching file src/lotus5_fmt.c patching file src/md4.c patching file src/md4.h patching file src/md5-mmx.S patching file src/md5.c patching file src/md5.h patching file src/md5_eq.c patching file src/md5_gen.h patching file src/md5_gen_fmt.c patching file src/md5_gen_parser.c patching file src/md5_gen_preloads.c patching file src/md5_go.c patching file src/md5_go.h patching file src/misc.c patching file src/misc.h patching file src/mkv.c patching file src/mkv.h patching file src/mkvcalcproba.c patching file src/mkvlib.c patching file src/mkvlib.h patching file src/mscash_fmt.c patching file src/mssql05_fmt.c patching file src/mssql_fmt.c patching file src/mysqlSHA1_fmt.c patching file src/options.c patching file src/options.h patching file src/oracle11_fmt.c patching file src/oracle_fmt.c patching file src/params.h patching file src/phpassMD5_fmt.c patching file src/phpassMD5_fmt_orig.c patching file src/pixMD5_fmt.c patching file src/rawMD5go_fmt.c patching file src/rawSHA1_fmt.c patching file src/recovery.c patching file src/sapB_fmt.c patching file src/sapG_fmt.c patching file src/sha.h patching file src/sha1-mmx.S patching file src/signals.c patching file src/signals.h patching file src/single.c patching file src/smbencrypt.c patching file src/stages_mmx_md5.S patching file src/stages_sse2_md5.S patching file src/status.c patching file src/status.h patching file src/symlink.c patching file src/tgtsnarf.c patching file src/tty.c patching file src/undrop.c patching file src/unique.c patching file src/wordlist.c patching file src/x86-64.S patching file src/x86-64.h patching file src/x86-any.h patching file src/x86-mmx.h patching file src/x86-sse.S patching file src/x86-sse.h iMac-de-xxx-xx:john-1.7.6 xxxxx$ cd /Users/xxxxx/Desktop/JTR/john-1.7.6/src iMac-de-xxx-xx:src xxxxx$ make To build John the Ripper, type: make clean SYSTEM where SYSTEM can be one of the following: linux-x86-64 Linux, x86-64 with SSE2 (best) linux-x86-sse2 Linux, x86 with SSE2 (best if 32-bit) linux-x86-mmx Linux, x86 with MMX linux-x86-any Linux, x86 linux-alpha Linux, Alpha linux-sparc Linux, SPARC 32-bit linux-ppc32-altivec Linux, PowerPC w/AltiVec (best) linux-ppc32 Linux, PowerPC 32-bit linux-ppc64 Linux, PowerPC 64-bit linux-ia64 Linux, IA-64 freebsd-x86-64 FreeBSD, x86-64 with SSE2 (best) freebsd-x86-sse2 FreeBSD, x86 with SSE2 (best if 32-bit) freebsd-x86-mmx FreeBSD, x86 with MMX freebsd-x86-any FreeBSD, x86 freebsd-alpha FreeBSD, Alpha openbsd-x86-64 OpenBSD, x86-64 with SSE2 (best) openbsd-x86-sse2 OpenBSD, x86 with SSE2 (best if 32-bit) openbsd-x86-mmx OpenBSD, x86 with MMX openbsd-x86-any OpenBSD, x86 openbsd-alpha OpenBSD, Alpha openbsd-sparc64 OpenBSD, SPARC 64-bit (best) openbsd-sparc OpenBSD, SPARC 32-bit openbsd-ppc32 OpenBSD, PowerPC 32-bit openbsd-ppc64 OpenBSD, PowerPC 64-bit openbsd-pa-risc OpenBSD, PA-RISC openbsd-vax OpenBSD, VAX netbsd-sparc64 NetBSD, SPARC 64-bit netbsd-vax NetBSD, VAX solaris-sparc64-cc Solaris, SPARC V9 64-bit, cc (best) solaris-sparc64-gcc Solaris, SPARC V9 64-bit, gcc solaris-sparcv9-cc Solaris, SPARC V9 32-bit, cc solaris-sparcv8-cc Solaris, SPARC V8 32-bit, cc solaris-sparc-gcc Solaris, SPARC 32-bit, gcc solaris-x86-64-cc Solaris, x86-64 with SSE2, cc (best) solaris-x86-64-gcc Solaris, x86-64 with SSE2, gcc solaris-x86-sse2-cc Solaris 9 4/04+, x86 with SSE2, cc solaris-x86-sse2-gcc Solaris 9 4/04+, x86 with SSE2, gcc solaris-x86-mmx-cc Solaris, x86 with MMX, cc solaris-x86-mmx-gcc Solaris, x86 with MMX, gcc solaris-x86-any-cc Solaris, x86, cc solaris-x86-any-gcc Solaris, x86, gcc sco-x86-any-gcc SCO, x86, gcc sco-x86-any-cc SCO, x86, cc tru64-alpha Tru64 (Digital UNIX, OSF/1), Alpha aix-ppc32 AIX, PowerPC 32-bit macosx-x86-64 Mac OS X 10.5+, Xcode 3.0+, x86-64 with SSE2 (best) macosx-x86-sse2 Mac OS X, x86 with SSE2 macosx-ppc32-altivec Mac OS X, PowerPC w/AltiVec (best) macosx-ppc32 Mac OS X, PowerPC 32-bit macosx-ppc64 Mac OS X 10.4+, PowerPC 64-bit macosx-universal Mac OS X, Universal Binary (x86 + x86-64 + PPC) hpux-pa-risc-gcc HP-UX, PA-RISC, gcc hpux-pa-risc-cc HP-UX, PA-RISC, ANSI cc irix-mips64-r10k IRIX, MIPS 64-bit (R10K) (best) irix-mips64 IRIX, MIPS 64-bit irix-mips32 IRIX, MIPS 32-bit dos-djgpp-x86-mmx DOS, DJGPP, x86 with MMX dos-djgpp-x86-any DOS, DJGPP, x86 win32-cygwin-x86-sse2 Win32, Cygwin, x86 with SSE2 (best) win32-cygwin-x86-mmx Win32, Cygwin, x86 with MMX win32-cygwin-x86-any Win32, Cygwin, x86 win32-mingw-x86-sse2 Win32, MinGW, x86 with SSE2 (best) win32-mingw-x86-mmx Win32, MinGW, x86 with MMX win32-mingw-x86-any Win32, MinGW, x86 beos-x86-sse2 BeOS, x86 with SSE2 (best) beos-x86-mmx BeOS, x86 with MMX beos-x86-any BeOS, x86 generic Any other Unix-like system with gcc iMac-de-xxx-xx:src xxxxx$ make clean macosx-x86-sse2 rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/john.bin ../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com ../run/undrop.com ../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe ../run/john-mingw.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe rm -f ../run/john.exe john-macosx-* *.o *.bak core rm -f detect bench generic.h arch.h tmp.s cp /dev/null Makefile.dep ln -sf x86-sse.h arch.h make ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf \ JOHN_OBJS="DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o MD5_apache_fmt.o BFEgg_fmt.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o NT_fmt.o XSHA_fmt.o DOMINOSEC_fmt.o lotus5_fmt.o oracle_fmt.o oracle11_fmt.o MYSQL_fmt.o mysqlSHA1_fmt.o KRB4_fmt.o KRB4_std.o KRB5_fmt.o KRB5_std.o md5_go.o rawMD5go_fmt.o md5_eq.o PO_fmt.o md5.o hmacmd5.o hmacMD5_fmt.o IPB2_fmt.o rawSHA1_fmt.o NSLDAP_fmt.o NSLDAPS_fmt.o OPENLDAPS_fmt.o base64.o md4.o smbencrypt.o mscash_fmt.o NETLM_fmt.o NETNTLM_fmt.o NETLMv2_fmt.o NETNTLMv2_fmt.o NETHALFLM_fmt.o mssql_fmt.o mssql05_fmt.o EPI_fmt.o PHPS_fmt.o MYSQL_fast_fmt.o pixMD5_fmt.o sapG_fmt.o sapB_fmt.o NS_fmt.o HDAA_fmt.o phpassMD5_fmt.o md5_gen_fmt.o md5_gen_parser.o md5_gen_preloads.o DMD5_fmt.o SKEY_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 loader.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 mkv.o mkvlib.o unshadow.o unafs.o undrop.o unique.o x86.o x86-sse.o sha1-mmx.o md5-mmx.o" \ ASFLAGS="-c -m32 -DUNDERSCORES -DBSD -DALIGN_LOG" \ CFLAGS="-c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32" \ LDFLAGS="-s -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lm -m32" gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops DES_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops DES_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops DES_bs.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -finline-functions DES_bs_b.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops BSDI_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops MD5_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops MD5_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops MD5_apache_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops BFEgg_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops BF_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops BF_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops AFS_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops LM_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops NT_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops XSHA_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops DOMINOSEC_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops lotus5_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops oracle_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops oracle11_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops MYSQL_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops mysqlSHA1_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m32 -funroll-loops KRB4_fmt.c KRB4_fmt.c:93: error: expected specifier-qualifier-list before ‘u_char’ KRB4_fmt.c:125: error: expected declaration specifiers or ‘...’ before ‘u_char’ KRB4_fmt.c: In function ‘hex_decode’: KRB4_fmt.c:128: error: ‘u_char’ undeclared (first use in this function) KRB4_fmt.c:128: error: (Each undeclared identifier is reported only once KRB4_fmt.c:128: error: for each function it appears in.) KRB4_fmt.c:128: error: ‘q’ undeclared (first use in this function) KRB4_fmt.c:128: error: ‘qe’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:128: error: ‘ch’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:128: error: ‘cl’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:131: error: ‘dst’ undeclared (first use in this function) KRB4_fmt.c: In function ‘krb4_salt’: KRB4_fmt.c:159: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:163: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:166: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:166: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:166: error: too many arguments to function ‘hex_decode’ KRB4_fmt.c:167: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c: In function ‘krb4_set_key’: KRB4_fmt.c:182: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:183: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c: In function ‘krb4_cmp_all’: KRB4_fmt.c:221: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c: In function ‘krb4_cmp_one’: KRB4_fmt.c:231: error: ‘u_char’ undeclared (first use in this function) KRB4_fmt.c:231: error: expected ‘;’ before ‘text’ KRB4_fmt.c:233: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:233: error: ‘text’ undeclared (first use in this function) make[1]: *** [KRB4_fmt.o] Error 1 make: *** [macosx-x86-sse2] Error 2 iMac-de-xxx-xx:src xxxxx$ make clean macosx-x86-64 rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/john.bin ../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com ../run/undrop.com ../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe ../run/john-mingw.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe ../run/undrop.exe ../run/genmkvpwd.exe ../run/mkvcalcproba.exe ../run/calc_stat.exe rm -f ../run/john.exe john-macosx-* *.o *.bak core rm -f detect bench generic.h arch.h tmp.s cp /dev/null Makefile.dep ln -sf x86-64.h arch.h make ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf \ JOHN_OBJS="DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o MD5_apache_fmt.o BFEgg_fmt.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o NT_fmt.o XSHA_fmt.o DOMINOSEC_fmt.o lotus5_fmt.o oracle_fmt.o oracle11_fmt.o MYSQL_fmt.o mysqlSHA1_fmt.o KRB4_fmt.o KRB4_std.o KRB5_fmt.o KRB5_std.o md5_go.o rawMD5go_fmt.o md5_eq.o PO_fmt.o md5.o hmacmd5.o hmacMD5_fmt.o IPB2_fmt.o rawSHA1_fmt.o NSLDAP_fmt.o NSLDAPS_fmt.o OPENLDAPS_fmt.o base64.o md4.o smbencrypt.o mscash_fmt.o NETLM_fmt.o NETNTLM_fmt.o NETLMv2_fmt.o NETNTLMv2_fmt.o NETHALFLM_fmt.o mssql_fmt.o mssql05_fmt.o EPI_fmt.o PHPS_fmt.o MYSQL_fast_fmt.o pixMD5_fmt.o sapG_fmt.o sapB_fmt.o NS_fmt.o HDAA_fmt.o phpassMD5_fmt.o md5_gen_fmt.o md5_gen_parser.o md5_gen_preloads.o DMD5_fmt.o SKEY_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 loader.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 mkv.o mkvlib.o unshadow.o unafs.o undrop.o unique.o x86-64.o" \ ASFLAGS="-c -m64 -DUNDERSCORES -DBSD -DALIGN_LOG" \ CFLAGS="-c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64" \ LDFLAGS="-s -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lm -m64" gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops DES_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops DES_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops DES_bs.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -finline-functions DES_bs_b.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops BSDI_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops MD5_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops MD5_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops MD5_apache_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops BFEgg_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops BF_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops BF_std.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops AFS_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops LM_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops NT_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops XSHA_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops DOMINOSEC_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops lotus5_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops oracle_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops oracle11_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops MYSQL_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops mysqlSHA1_fmt.c gcc -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -m64 -funroll-loops KRB4_fmt.c KRB4_fmt.c:93: error: expected specifier-qualifier-list before ‘u_char’ KRB4_fmt.c:125: error: expected declaration specifiers or ‘...’ before ‘u_char’ KRB4_fmt.c: In function ‘hex_decode’: KRB4_fmt.c:128: error: ‘u_char’ undeclared (first use in this function) KRB4_fmt.c:128: error: (Each undeclared identifier is reported only once KRB4_fmt.c:128: error: for each function it appears in.) KRB4_fmt.c:128: error: ‘q’ undeclared (first use in this function) KRB4_fmt.c:128: error: ‘qe’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:128: error: ‘ch’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:128: error: ‘cl’ undeclared (first use in this function) KRB4_fmt.c:128: warning: left-hand operand of comma expression has no effect KRB4_fmt.c:131: error: ‘dst’ undeclared (first use in this function) KRB4_fmt.c: In function ‘krb4_salt’: KRB4_fmt.c:159: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:163: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:166: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:166: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:166: error: too many arguments to function ‘hex_decode’ KRB4_fmt.c:167: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c: In function ‘krb4_set_key’: KRB4_fmt.c:182: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c:183: error: ‘struct salt_st’ has no member named ‘realm’ KRB4_fmt.c: In function ‘krb4_cmp_all’: KRB4_fmt.c:221: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c: In function ‘krb4_cmp_one’: KRB4_fmt.c:231: error: ‘u_char’ undeclared (first use in this function) KRB4_fmt.c:231: error: expected ‘;’ before ‘text’ KRB4_fmt.c:233: error: ‘struct salt_st’ has no member named ‘tgt’ KRB4_fmt.c:233: error: ‘text’ undeclared (first use in this function) make[1]: *** [KRB4_fmt.o] Error 1 make: *** [macosx-x86-64] Error 2 iMac-de-xxx-xx:src xxxxx$ Regards, W.A.
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.