fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

Windows cannot find pthread #98

Open SageKrow opened 6 years ago

SageKrow commented 6 years ago

Following these instructions: https://github.com/fireice-uk/xmr-stak-nvidia/blob/dev/WINCOMPILE.md I tried to build the windows binary, however I get an error about pthread.h being missing. This error occurred when I built the cpu miner as well but by closing and opening the cmd prompt and starting over with the commands, it was resolved. I tried that three times with this and it still can't find it. Attached is the CMakeError log if needed. CMakeError.txt

psychocrypt commented 6 years ago

Maybe a dependency is searching for phtreads. I will update the documentation for the nvidia build soone to use the precompiled binaries from @fireice-uk which are already used in the cpu version https://github.com/fireice-uk/xmr-stak-cpu/blob/master/WINCOMPILE.md