You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Note if you remove #include<alloca.h> or change to malloc.h, you get an error like below:
src/libethash/util_win32.c:29:6: error: conflicting types for 'printf'
src/libethash/util_win32.c: In function 'printf':
src/libethash/util_win32.c:35:2: warning: implicit declaration of function '_vsn
printf_s' [-Wimplicit-function-declaration]
Failing on install with fatal error code C1083.. Could we remove
#include<alloca.h>
from core.c in src/pythoThe text was updated successfully, but these errors were encountered: