Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - Mandatory wallet update!
by
sillyputti
on 23/03/2014, 23:10:58 UTC
I think I finally got it.

that error was only a warning.  it's still the same compiler error I was getting all this time.  But finally after taking these 3 lines from this Primecoin tutorial:

http://www.davidedicillo.com/developing/how-to-mine-primecoin-xpm-on-the-cloud/

adding:

Code:
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile

then make the file.  This will allow it to compile all the way.