Author

Topic: 0.1 BTC Bounty for fixing compilation errors (Read 491 times)

legendary
Activity: 882
Merit: 1000
January 30, 2014, 02:02:52 PM
#3
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$
hero member
Activity: 798
Merit: 500
Post versions of your OS, dependencies and the errors you're getting please
legendary
Activity: 882
Merit: 1000
Jump to: