Bitcoin Forum
May 26, 2024, 07:07:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Installing BFGMiner on Win7 x64 is tricky!  (Read 840 times)
mahashel (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 10, 2013, 03:24:15 AM
 #1

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.   Smiley
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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!