Bendr0id / xmrigCC

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
GNU General Public License v3.0
312 stars 108 forks source link

Fatal Error_ No such file or directory 26 | #include "win_dirent.h" #271

Closed lost-bro closed 4 years ago

lost-bro commented 4 years ago

Fatal error occurs with MSYS2-mingW x64 in windows.

"[ 32%] Building CXX object CMakeFiles/xmrigMiner.dir/src/base/io/log/backends/FileLog.cpp.obj C:/xmrigCC-dev/src/cc/Service.cpp:26:10: fatal error: win_dirent.h: No such file or directory 26 | #include "win_dirent.h" | ^~~~~~ compilation terminated. "

fatal error I cannot locate this Header file in the source code.

I get the same error with either the _dev source or the release 2.1.0 source code. The 2.0.0 source code complies w/o errors. Any suggestions? Thanks in advance.

Bendr0id commented 4 years ago

It's fixed in master. That folder was on .gitignore so it failed to upload.

lost-bro commented 4 years ago

Thanks, will try and compile Master.

Bendr0id commented 4 years ago

Or just redownload the last "release" its fixed in that source bundle too

lost-bro commented 4 years ago

OK< just compiled the master w/o problem, but I see you removed your build instructions and link >> Xmrig build instructions....... Is Boost not used anymore in this code? Should the Xmrig-deps package be used in place of the old XmrigCC-deps?

Bendr0id commented 4 years ago

Since version 2.x there is no additional dependencies compared to stock xmrig. Both deps work but i recommend to use the last from xmrig.

lost-bro commented 4 years ago

OK< just wanted clarification. Keep up the great work, thanks