Post
Topic
Board Announcements (Altcoins)
Re: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌
by
wttbs
on 22/10/2017, 18:51:52 UTC
thx dev for Update  Grin

i have a compile error  Wink

In file included from version.cpp:6:0:
version.h:49:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_LEGACY_CUTOFF = 1509537600; // ON (TOGGLED 11/01/2017)
              ^
version.h:52:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_FUTURE_CUTOFF = 9993058800; // OFF (NOT TOGGLED)
              ^
makefile.unix:202: recipe for target 'obj/version.o' failed
make: *** [obj/version.o] Error 1

please fix that ...
 
thx

espers still has a very good future ahead, very good team, continues to do so ...   Smiley
0.8.6.8 is running again

when I MAKE 0.8.6.9 I get this error

Code:
In file included from src/version.cpp:6:0:
src/version.h:49:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_LEGACY_CUTOFF = 1509537600; // ON (TOGGLED 11/01/2017)
              ^
src/version.h:52:14: error: ‘int64_t’ does not name a type
 static const int64_t HRD_FUTURE_CUTOFF = 9993058800; // OFF (NOT TOGGLED)
              ^
Makefile:2322: recipe for target 'build/version.o' failed
make: *** [build/version.o] Error 1
:


add this to version.h right under "include " and you should be able to compile:
#include

Edit:

I wanted to add since some people are having issues compiling with newer openssl dependencies, libssl-dev-1.1.0 or openssl versions 1.1.x are not currently compatible.  To build, install libssl-dev-1.0.1 or the correct corresponding package for your current linux distro.  If your distro's package manager no longer has those packages available you will have to build openssl from source and link the libraries and headers manually when building.



Works ! thanks.