Bitcoin Forum

Alternate cryptocurrencies => Marketplace (Altcoins) => Topic started by: barwizi on January 30, 2014, 06:39:20 PM



Title: 0.1 BTC Bounty for fixing compilation errors
Post by: barwizi on January 30, 2014, 06:39:20 PM
https://github.com/Nameshar/memorycoin


Title: Re: 0.1 BTC Bounty for fixing compilation errors
Post by: instacalm on January 30, 2014, 06:42:47 PM
Post versions of your OS, dependencies and the errors you're getting please


Title: Re: 0.1 BTC Bounty for fixing compilation errors
Post by: barwizi on January 30, 2014, 07:02:52 PM
ubuntu. all depenencies are installed.

Code:
src/main.cpp:614:7: error: prototype for ‘int64 CTransaction::GetMinFee(unsigned int, bool, unsigned int, GetMinFee_mode) const’ does not match any in class ‘CTransaction’
In file included from src/db.h:8:0,
                 from src/main.cpp:8:
src/main.h:616:11: error: candidate is: int64 CTransaction::GetMinFee(unsigned int, unsigned int, bool, GetMinFee_mode) const
src/main.cpp: In function ‘void processNextBlockIntoGrantDatabase()’:
src/main.cpp:5548:148: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat]
src/main.cpp:5549:90: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat]
src/main.cpp: In function ‘void LaunchPoolMiner()’:
src/main.cpp:5073:32: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
make: *** [build/main.o] Error 1
barwizi@barwizi-dev:~/memorycoin-psforkinit/memorycoin-psforkinit$