Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA
by
Hyacin
on 20/03/2014, 18:52:54 UTC
Build is failing for me on FreeBSD 9.1-STABLE ... I've installed the only uthash port there is -

Code:
rob@phoenix:/usr/ports$ pkg_info | grep uthash
uthash-1.9.8p2      hash table for C structures
rob@phoenix:/usr/ports$ make search key=uthash | grep ^Path | grep uthash
Path:   /usr/ports/devel/uthash
rob@phoenix:/usr/ports$

but it's failing to find it (or it's looking for something else) -

Code:
rob@phoenix:~/bfgminer-3.10.0$ ./configure --enable-scrypt --enable-cpumining
checking build system type... x86_64-unknown-freebsd9.1

checking whether HASH_ITER is declared... no
configure: error: Could not find HASH_ITER - please install uthash-dev 1.9.4+
rob@phoenix:~/bfgminer-3.10.0$

I've tried moving the header files into the bfgminer top directory, as well as passing /usr/local/include to configure as the include path on the command line, but I keep getting the same error.

Any suggestions/pointers?


Cheers.