Post
Topic
Board Announcements (Altcoins)
Re: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come
by
paulthetafy
on 13/03/2017, 04:07:28 UTC

is it compilable by EVERYONE? ... or still the select ubuntu users? ...
#crysx

The fix that physicsdude suggested works for me on CentOS...
Move the
#define __STDC_FORMAT_MACROS 1
define out of the #ifdef WIN32 and also I think above any other #includes
I might have had to change this in a few places.  


really? ...

which files? ... and where? ... and is this with the v0.2.0.5? ...

ill change them over today today and try the compile ...

#crysx
To be truthful I did this a long time ago on CentOS and don't even have that server anymore.  But I get the exact same issue trying to compile using either cygwin or mingw, I forget which it was, and I also get it when compiling the CPU pool miner under these.  The fix is always the same, wherever the #define __STDC_FORMAT_MACROS 1 is inside another #ifdef then move it outside.  Just do a find-in-files for it.  In the latest code there is only one in /src/core/core.h.  I think it is safe to move it outside of the #ifdef WIN32 for all builds...  <<< physicsdude