|
Message-ID: <543F6778.1050305@atenlabs.com> Date: Wed, 15 Oct 2014 23:36:40 -0700 From: Dan Tentler <dan@...nlabs.com> To: john-users@...ts.openwall.com Subject: problems compiling on osx I do ./configure --disable-opencl --disable-cuda --enable-mpi .. it finishes without complaining make -s throws this: intel_aes.c: In function 'intel_AES_enc128': intel_aes.c:50:2: warning: implicit declaration of function '__declspec' [-Wimplicit-function-declaration] intel_aes.c:50:2: warning: implicit declaration of function 'align' [-Wimplicit-function-declaration] intel_aes.c:50:2: error: expected ';' before 'UCHAR' intel_aes.c:50:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:50:2: note: each undeclared identifier is reported only once for each function it appears in intel_aes.c:50:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_enc128_CBC': intel_aes.c:64:2: error: expected ';' before 'UCHAR' intel_aes.c:64:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:64:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_enc192': intel_aes.c:79:2: error: expected ';' before 'UCHAR' intel_aes.c:79:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:79:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_enc192_CBC': intel_aes.c:93:2: error: expected ';' before 'UCHAR' intel_aes.c:93:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:93:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_enc256': intel_aes.c:108:2: error: expected ';' before 'UCHAR' intel_aes.c:108:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:108:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_enc256_CBC': intel_aes.c:122:2: error: expected ';' before 'UCHAR' intel_aes.c:122:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:122:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec128': intel_aes.c:137:2: error: expected ';' before 'UCHAR' intel_aes.c:137:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:137:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec128_CBC': intel_aes.c:150:2: error: expected ';' before 'UCHAR' intel_aes.c:150:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:150:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec192': intel_aes.c:165:2: error: expected ';' before 'UCHAR' intel_aes.c:165:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:165:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec192_CBC': intel_aes.c:179:2: error: expected ';' before 'UCHAR' intel_aes.c:179:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:179:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec256': intel_aes.c:194:2: error: expected ';' before 'UCHAR' intel_aes.c:194:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:194:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_dec256_CBC': intel_aes.c:208:2: error: expected ';' before 'UCHAR' intel_aes.c:208:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:208:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_encdec256_CTR': intel_aes.c:224:2: error: expected ';' before 'UCHAR' intel_aes.c:224:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:224:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_encdec192_CTR': intel_aes.c:238:2: error: expected ';' before 'UCHAR' intel_aes.c:238:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:238:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] intel_aes.c: In function 'intel_AES_encdec128_CTR': intel_aes.c:252:2: error: expected ';' before 'UCHAR' intel_aes.c:252:2: error: '_expandedKey' undeclared (first use in this function) intel_aes.c:252:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] make[3]: *** [aesni.o] Error 1 make[2]: *** [aesni] Error 2 make[1]: *** [aes] Error 2 make: *** [default] Error 2
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.