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....
Hello,
I would like to thank you for naive-hashcat but I cannot install it on OS X (10.11.6)
with these errors: