Want to learn the hashcat, compile the windows64 version, the latest source code downloaded is always an error,as follows:
Include/sort_r.h:212:7: error: implicit declaration of function ‘qsort_s’ [-Werror=implicit-function-declaration]
Qsort_s(base, nel, width, sort_r_arg_swap, &tmp);
Src/affinity.c:70:3: error: implicit declaration of function ‘strtok_r’ [-Werror=implicit-function-declaration]
Char *next = strtok_r (devices, ",", &saveptr);
Compiler environment: Ubuntu 16.04.4 LTS
Thread model: posix
Gcc version 5.4.0 20160609
Include/sort_r.h:212:7: error: implicit declaration of function ‘qsort_s’ [-Werror=implicit-function-declaration]
Qsort_s(base, nel, width, sort_r_arg_swap, &tmp);
Src/affinity.c:70:3: error: implicit declaration of function ‘strtok_r’ [-Werror=implicit-function-declaration]
Char *next = strtok_r (devices, ",", &saveptr);
Compiler environment: Ubuntu 16.04.4 LTS
Thread model: posix
Gcc version 5.4.0 20160609