|
Message-ID: <CA+TsHUBYcQQmN=T_ps9cpuo7D98SuNq8y3USeBoiZePjAm77cA@mail.gmail.com> Date: Sat, 30 Jun 2012 21:14:52 +0530 From: SAYANTAN DATTA <std2048@...il.com> To: john-users@...ts.openwall.com Subject: Re: John the Ripper 1.7.9-jumbo-6 Hi Donovan, On Sat, Jun 30, 2012 at 5:33 AM, newangels newangels < contact.newangels@...il.com> wrote: > you right, i re_run an compilation process, here the Lines : > > common_opencl_pbkdf2.c: In function ‘pbkdf2_divide_work’: > common_opencl_pbkdf2.c:201: error: ‘uint’ undeclared (first use in > this function) > common_opencl_pbkdf2.c:201: error: (Each undeclared identifier is > reported only once > common_opencl_pbkdf2.c:201: error: for each function it appears in.) > common_opencl_pbkdf2.c:201: error: expected ‘;’ before ‘work_part’ > common_opencl_pbkdf2.c:210: error: ‘lws_max’ undeclared (first use in > this function) > common_opencl_pbkdf2.c:228: error: ‘work_part’ undeclared (first use > in this function) > common_opencl_pbkdf2.c:228: error: ‘work_offset’ undeclared (first use > in this function) > Easy Fix: Go to line number 201 of common_opencl_pbkdf2.c and change 'uint' to 'unsigned int' . You may also add this statement 'typedef unsigned int uint;' globally before all the function definitions. Either of the two should work. Regarding openMP you seem to do it right. However uncommenting both the flag is meaningless because only the second flag will be used for compilation. Nvertheless it should just work. Maybe Alexander can provide you more details. Regards, Sayantan
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.