gpu-miner icon indicating copy to clipboard operation
gpu-miner copied to clipboard

error compiling in windows

Open italodl opened this issue 4 years ago • 3 comments

D:\miner\src2\main.cu(297): error : argument of type "void (*)(uv_stream_t *, size_t, const uv_buf_t *)" is incompatible with parameter of type "uv_read_cb"

i use: Visual Studio Build Tools 2019 CUDA Toolkit 11.5 libuv[core]:x86-windows -> 1.43.0 (I am not able to install old version [vcpkg.exe install libuv] )

italodl avatar Mar 06 '22 08:03 italodl

D:\miner\src2\main.cu(297): error : argument of type "void (*)(uv_stream_t *, size_t, const uv_buf_t *)" is incompatible with parameter of type "uv_read_cb"

i use: Visual Studio Build Tools 2019 CUDA Toolkit 11.5 libuv[core]:x86-windows -> 1.43.0 (I am not able to install old version [vcpkg.exe install libuv] )

This is not maintained any more, as there are many more performant miners available.

polarker avatar Mar 06 '22 08:03 polarker

a rough idea of where the problem might be would also be fine

italodl avatar Mar 06 '22 09:03 italodl

a rough idea of where the problem might be would also be fine

Probably libuv version is not correct

polarker avatar Mar 06 '22 11:03 polarker