Post
Topic
Board Mining software (miners)
Re: BFGMiner 4.4.0: GBT+Strtm, RPC, Mac/Lnx/W64, Mac autodetect, JTMiner, proxy
by
xyzzy099
on 12/07/2014, 16:00:55 UTC
Facing some compile issues from git version

I did a make clean in the ~/bfgminer directory
I did a git pull to update new source.
./configure
./make

make fails with following tail:

make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/minepeon/bfgminer/lib'
make[4]: Leaving directory '/home/minepeon/bfgminer/lib'
make[3]: Leaving directory '/home/minepeon/bfgminer/lib'
  CC       bfgminer-miner.o
miner.c:102:21: fatal error: version.h: No such file or directory
 #include "version.h"
                     ^
compilation terminated.
Makefile:1141: recipe for target 'bfgminer-miner.o' failed
make[2]: *** [bfgminer-miner.o] Error 1
make[2]: Leaving directory '/home/minepeon/bfgminer'
Makefile:2211: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/minepeon/bfgminer'
Makefile:862: recipe for target 'all' failed
make: *** [all] Error 2


What am I missing?

Thank you.


Announcing BFGMiner 4.4, the modular cryptocurrency miner written in C. BFGMiner features dynamic clocking, monitoring, and remote interface capabilities.

If you are pulling from git, you need to run ./autogen.sh before ./configure.