Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning
by
DemocraticRepublicOfDave
on 10/10/2015, 21:34:29 UTC
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.

yeah, when I tried to compile for ubuntu and ran into errors, wolf mentioned that I might have an old version of gcc.

Hi, I had the same thing.  It's a bug in gcc 4.8, fixed in gcc 4.9.

Cheers

Dave