Post
Topic
Board Announcements (Altcoins)
Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO |
by
mxnsch
on 02/06/2016, 09:59:56 UTC

Please help! I cannot compile from git source https://github.com/CryptoCoderz/sgminer_HMQ1725/
error was   "algorithm.c:775:8: error: ‘ALGO_HMQ1725’ undeclared here (not in a function)"
any suggestions ?

huh, what OS are you using? Just verified it's compiling on our win10 rig. Please advise

sorry! my OS is Ubuntu 14.04

We'll look into it. At the moment we are heavily focused on releasing a very delayed update to the client.
Sorry, we will get to it asap.

Fix for the error during compilation against current git master:
Code:
diff --git a/algorithm.h b/algorithm.h
index b2527d1..eb9542e 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -21,6 +21,7 @@ typedef enum {
   ALGO_X15,
   ALGO_KECCAK,
   ALGO_QUARK,
+  ALGO_HMQ1725,
   ALGO_TWE,
   ALGO_FUGUE,
   ALGO_NIST,