Jump to content

ekg

Active Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ekg

  1. ok, I installed Xcode 3.2.

    I installed homebrew as well.

    It worked for jtr 1.8.0. but the 1password.agilebits algorithm is not included.

    the only version I found where the 1password si included is 1.7.9-jumbo-7, but I get the same error when compiling:

    rawSHA1_ng_fmt_plug.c:160: warning: ignoring #pragma GCC optimize
    rawSHA1_ng_fmt_plug.c:161: warning: ignoring #pragma GCC optimize
    rawSHA1_ng_fmt_plug.c:574: error: redefinition of ‘_mm_testz_si128’
    /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/smmintrin.h:257: error: previous definition of ‘_mm_testz_si128’ was here
    make[1]: *** [rawSHA1_ng_fmt_plug.o] Error 1
    make: *** [default] Error 2
    any ideas?
  2. Hi guys!

    I got a problem with my 1password password. I changed it recently but now I forgot the exact spelling......

    Well, to make it short I try to hack my own password. It is my plan to write my own password file, but I can't find a compiled version of the john-1.7.9-jumbo-7 for Mac OS-X.

    so I tried to compile it on my own. but of course I struggle. I came to the point where it compiles but stops and gives me the error:

    SF:src ekg$ make -s
    rawSHA1_ng_fmt_plug.c:160: warning: ignoring #pragma GCC optimize
    rawSHA1_ng_fmt_plug.c:161: warning: ignoring #pragma GCC optimize
    rawSHA1_ng_fmt_plug.c:574: error: redefinition of ‘_mm_testz_si128’
    /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/smmintrin.h:257: error: previous definition of ‘_mm_testz_si128’ was here
    make[1]: *** [rawSHA1_ng_fmt_plug.o] Error 1
    make: *** [default] Error 2
    I have no idea how to proceed.
    My system:
    macbookpro, 2.4 Ghz, Intel Core 2 Duo
    Mac OS X 10.6.8
    no Xcode installed, cant download it without a payed developer account.....
    I installed GCC instead.... (This package contains all of the sub-packages that Xcode ships with that are needed to compile most software: GCC, Clang, LLVM, a handful of dev CLI tools (e.g. purge), and the required Dev C Headers
    Any help for a bloody newbie? Thanks in advance!
×
×
  • Create New...