Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Alloca.h #80

Open
donal6343 opened this issue Feb 4, 2016 · 1 comment
Open

Alloca.h #80

donal6343 opened this issue Feb 4, 2016 · 1 comment

Comments

@donal6343
Copy link

Failing on install with fatal error code C1083.. Could we remove #include<alloca.h> from core.c in src/pytho

@4c656554
Copy link

4c656554 commented Oct 4, 2016

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]

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

No branches or pull requests

2 participants