Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 30 Jun 2012 19:32:25 +0200
From: newangels newangels <contact.newangels@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: John the Ripper 1.7.9-jumbo-6

Hello SAYANTAN,

Thanks a lot for taking the time to reply, here my aswer ;

2012/6/30, SAYANTAN DATTA <std2048@...il.com>:
> 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.

I just follow your instructions advices :

$make macosx-x86-64-opencl

& i got again some's error's :

**********************
opencl_bf_std.c: In function ‘BF_select_device’:
opencl_bf_std.c:461: error: ‘P_box’ undeclared (first use in this function)
opencl_bf_std.c:461: error: (Each undeclared identifier is reported only once
opencl_bf_std.c:461: error: for each function it appears in.)
opencl_bf_std.c:464: error: ‘S_box’ undeclared (first use in this function)
opencl_bf_std.c: In function ‘opencl_BF_std_set_key’:
opencl_bf_std.c:509: error: ‘P_box’ undeclared (first use in this function)
make[1]: *** [opencl_bf_std.o] Error 1
make: *** [macosx-x86-64-opencl] Error 2

*************************

> 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
>

Concern OpenMp, thanks for the confirmation, what is strange is i
don't touche the Makefile, that's compiled successfully, once i
uncomment the problem hapened..

Ok, i forward to Alexander,

Thanks again !

Regards,

Donovan

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.