Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on OS X #4

Open
ALYREZA opened this issue Dec 14, 2017 · 1 comment
Open

Crash on OS X #4

ALYREZA opened this issue Dec 14, 2017 · 1 comment

Comments

@ALYREZA
Copy link

ALYREZA commented Dec 14, 2017

Hello,

I would like to thank you for naive-hashcat but I cannot install it on OS X (10.11.6)
with these errors:

src/timer.c:36:3: error: implicit declaration of function 'clock_gettime' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
  clock_gettime (CLOCK_MONOTONIC, a);
  ^

src/timer.c:36:18: error: use of undeclared identifier 'CLOCK_MONOTONIC'
  clock_gettime (CLOCK_MONOTONIC, a);
                 ^
2 errors generated.
make: *** [obj/timer.NATIVE.STATIC.o] Error 1
make: *** Waiting for unfinished jobs....

@brannondorsey
Copy link
Owner

Hi @ALYREZA, thanks for the report. I'm assuming that is thrown when make is called inside build-hashcat-osx.sh, correct? If so, that is actually a hashcat build error and it might be worth poking around over there. Unfortunately I don't have a Macintosh to test with.

Do you have the latest xcode developer tools installed? Just a thought...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants