Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LDOGE] LiteDoge | Community coin | No Premine | Very fast | Such Stake WOW
by
ctgiant
on 25/06/2017, 05:39:40 UTC
Hi

On Page 1 of this Thread are 2 Source Repositorys .

I try Repository 1
https://github.com/vashshawn/LDOGE
to Compile litedoged and litedoge-qt on an Rapsberry PI
and get the following Error:
main.cpp:582:13: warning: unused variable ‘nBaseFee’ [-Wunused-variable]
     int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEE : MIN_TX_FEE;
             ^
main.cpp:585:13: warning: unused variable ‘nBaseFee’ [-Wunused-variable]
     int64_t nBaseFee = (mode == GMF_RELAY) ? MIN_RELAY_TX_FEEv2 : MIN_TX_FEEv2;
             ^
main.cpp:589:54: error: ‘nBaseFee’ was not declared in this scope
     int64_t nMinFee = (1 + (int64_t)nBytes / 1000) * nBaseFee;
                                                      ^
makefile.unix:179: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 1

Then I Try Repository 2
https://bitbucket.org/ctgiant/litedoge/src/
it works.

Is this a known Issue?

ciao





Looks like Vashshawn missed a few commits when adding the repo onto github.  That was fixed in one of the last commits done.  It was a known issue in the code that was fixed, but itwasn't a known issue that his github repository was missing commits, so thanks for the information.