ccaipc
ccaipc
You can see the problem #893[https://github.com/blei-lab/edward/issues/893](url)
Same issue. Tensorflow: 1.12.0
When I do as @dzabur saying, I get another issue like "previous declaration of 'printf' was here": In file included from src/libethash/util_win32.c:23:0: src/libethash/util.h:32:16: error: conflicting types for 'printf' #define debugf...
I try to comment out the whole debugf function in src/libethhash/util_win32.c, but a new problem arise: F:/MinGW/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmsvcr140 collect2.exe: error: ld returned 1 exit status error: command 'F:\\MinGW\\mingw64\\bin\\gcc.exe'...
@skyguy126,in the path: ethash/src/python/core.c
@skyguy126 , sorry, I have not meet these problems and I think the source code doesn't has any variuables like _imp__Py_BuildValue. I think you can modify these variables' names by...