brian112358 / avermore-miner

Optimized AMD miner for x16r / x16s
https://bitcointalk.org/index.php?topic=3330680.msg34813230
GNU General Public License v3.0
43 stars 25 forks source link

No rule to make target 'algorithm/xevan.c', needed by 'algorithm/sgminer-xevan.o'. Stop. #4

Closed cdarken closed 6 years ago

cdarken commented 6 years ago

I think you forgot to commit the header and the src file for xevan.

brian112358 commented 6 years ago

I added the xevan src/header files in the Makefile.am here. Make sure you run autoreconf -i before compiling, since autoconf needs to generate a new Makefile with the xevan files included.

cdarken commented 6 years ago

Yes, they are referred, but you didn't commit the actual files in algorithm directory, xevan.h and xevan.c

algorithm.c:32:10: fatal error: algorithm/xevan.h: No such file or directory
 #include "algorithm/xevan.h"
brian112358 commented 6 years ago

Wow, I'm an idiot. Just pushed them to the repo in this commit. Thanks for the catch.

cdarken commented 6 years ago

Np. All is fine now.