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

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 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