Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards | CPU-Only|Launched
by
whirlcoin
on 21/07/2014, 12:27:04 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

Strange. It shouldn't be trying to compile groestl.c, so make sure it isn't in makefile.unix . Also make sure that whirlpool.c is in it's place (provided you find it). The same goes for sph_groestl.h and sph_whirlpool.h

Never mind, I found it.

Remove groestl.o from the makefile and it should run fine