Bitcoin Forum

Other => Beginners & Help => Topic started by: mahashel on October 10, 2013, 03:24:15 AM



Title: Installing BFGMiner on Win7 x64 is tricky!
Post by: mahashel on October 10, 2013, 03:24:15 AM
Hello newbie forum!
I am excited to be part of the BitCoin community, and figured I'd give mining a shot.
Thus, I'm attempting to install BFGminer on 64-bit Win7.  I have worked through a myriad of configuration and compilation issues up to this point, but I'm stuck now and need a clue.   :)
I have successfully followed all instructions up to the point where I perform a 'make' on BFGminer.
When I do this, I get the following error:
Code:
//snip//
  CC     bfgminer-driver-erupter.o
  CC     bfgminer-driver-avalon.o
  CC     bfgminer-hexdump.o
In file included from logging.h:32:0,
                 from hexdump.c:22:
util.h:131:41: error: unknown type name 'int64_t'
 void us_to_timeval(struct timeval *val, int64_t us);
                                         ^
util.h:132:44: error: unknown type name 'int64_t'
 void us_to_timespec(struct timespec *spec, int64_t us);
                                            ^
util.h:133:44: error: unknown type name 'int64_t'
 void ms_to_timespec(struct timespec *spec, int64_t ms);
                                            ^
util.h:136:17: error: unknown type name 'int64_t'
 void cgsleep_us(int64_t us);
                 ^
util.h:140:43: error: unknown type name 'int64_t'
 void (*cgsleep_us_r)(cgtimer_t *ts_start, int64_t us);
                                           ^
util.h:190:2: error: unknown type name 'uint8_t'
  uint8_t *buf;
  ^
make[2]: *** [bfgminer-hexdump.o] Error 1
make[2]: Leaving directory `/home/mahashel/bfgminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mahashel/bfgminer'
make: *** [all] Error 2
Has anyone seen this issue before?  Forum searches for int64 produce hits, but nothing regarding 'make' failures.