Post
Topic
Board Announcements (Altcoins)
Re: ECCoin (ECC) Takeover by Trusted-Cryptos Team [Griffith]
by
Griffith
on 16/01/2015, 17:18:19 UTC
Hi

I can't build the 2.2.0 daemon on my ubuntu. I get following error:
Quote
obj/main.o: In function `std::map, std::allocator > >::insert(std::pair const&)':
/usr/include/c++/4.8/bits/stl_map.h:595: undefined reference to `ConfirmedBlocksWaitingOnDonate'
collect2: error: ld returned 1 exit status
make: *** [eccoind] Error 1

Thanks for the help

Athuros

you are building QT-gui or the daemon?

if it is the daemon then it is more than likely because i forgot to update the makefiles for those

I tried to build the daemon

alright i will go and fix the makefiles. they are all missing the linking of donation.o in that list of object files

Thanks for your fix. There is still a little cosmetic bug. In the getinfo repsonse version is still v2.1.0.0

Athuros



to fix this. before recompiling make clean. so basically go back into your ECCoin src folder.

(assuming ur on linux)

make clean -f makefile.unix

then remake:

make -f makefile.unix



doing that will fix the version error