This repository was archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Windows 7 build failure #93
Comments
Using 'cmake -DETH_BUILD_TYPE=Release' results in
|
I had the same problem on Windows 10. Follow the advice in issue #63 |
I needed Debug because it's crashing due to memory access violations in the GPU. I edited a cmake file to get hunter to build dependencies in debug. |
@jonno85uk can you send us your changes? |
My compile works fine [22 Warning(s) & 0 Error(s)]
(cmake version 3.10.2) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the prescribed commands 'cmake .. ; cmake --build ." the compilation fails with 21 errors
config.txt
error.txt
It would appear jsonrpccpp-client.lib is a'Release' build yet ethminer is building in 'Debug'.
In visual-studio, building the 'Release' configuration works fine.
The text was updated successfully, but these errors were encountered: