Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards | CPU-Only|Launched
by
reflector
on 21/07/2014, 12:26:09 UTC


Not at this stage, but maybe later
I can`t compile from source.
Code:
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ori/whirlcoin/src -I/home/ori/whirlcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/ori/whirlcoin/src/leveldb/include -I/home/ori/whirlcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
groestl.c:36:25: fatal error: sph_groestl.h: No such file or directory
 #include "sph_groestl.h"
                         ^
compilation terminated.
make: *** [obj/groestl.o] Error 1

Which makefile are you using? Edit out any instances of sph_groestl.h and groestl.c with sph_whirlpool.h and whirlpool.h
Ubuntu 14.04
makefile.unix

Hmmm...  I had the same error so I copied groest.h from another coin.  Not sure what I've made.