Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PayCon [CON] X13 ALGO - PoW/PoS
by
wdl1908
on 20/07/2016, 12:39:25 UTC
Compiled it on a 32 bit debian install when I get through the one fatal compile error and start it it gives me this.

Code:
Jul 20 14:35:55.454 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: alloc_chunk: Assertion realign_pointer(res->next_mem) == res->next_mem failed; aborting.
Jul 20 14:35:55.455 [err] Bug: Assertion realign_pointer(res->next_mem) == res->next_mem failed in alloc_chunk at src/tor/memarea.c:127.


the compile error is in net.ccp line 65 should be

Code:
boost::array vnThreadsRunning;

instead of

Code:
array vnThreadsRunning;

I had to upgrade boost to version 1.6 else it would not compile due to SSL3 not compiling.

Please provide a pre-compiled 32 bit linux version.