LUX-Core / rx2-cpuminer

rx2 cpu miner
Other
7 stars 5 forks source link

Static Handle error #7

Open bilalin opened 3 years ago

bilalin commented 3 years ago

In file included from cpu-miner.c:48:0: miner.h:409:8: error: unknown type name ‘SC_HANDLE’ static SC_HANDLE hManager; ^ miner.h:410:8: error: unknown type name ‘SC_HANDLE’ static SC_HANDLE hService; ^ miner.h:411:8: error: unknown type name ‘HANDLE’ static HANDLE hDriver; ^ Makefile:1422: recipe for target 'cpuminer-cpu-miner.o' failed make[2]: [cpuminer-cpu-miner.o] Error 1 make[2]: Leaving directory '/root/rx2-cpuminer' Makefile:3321: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/root/rx2-cpuminer' Makefile:647: recipe for target 'all' failed make: *** [all] Error 2