Created
January 5, 2014 12:36
-
-
Save donSchoe/8267693 to your computer and use it in GitHub Desktop.
Revisions
-
donSchoe created this gist
Jan 5, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ $ make Making all in src make[1]: Entering directory `/home/afri/opt/Proto-coincontrol/src' make all-recursive make[2]: Entering directory `/home/afri/opt/Proto-coincontrol/src' Making all in . make[3]: Entering directory `/home/afri/opt/Proto-coincontrol/src' CXX addrman.o <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] addrman.cpp:1:0: note: this is the location of the previous definition CXX alert.o <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] alert.cpp:1:0: note: this is the location of the previous definition CXX allocators.o <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] allocators.cpp:1:0: note: this is the location of the previous definition CXX bitcoinrpc.o <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default] bitcoinrpc.cpp:1:0: note: this is the location of the previous definition In file included from wallet.h:13:0, from init.h:8, from bitcoinrpc.cpp:7: main.h:39:27: error: redefinition of ‘const unsigned int MAX_INV_SZ’ In file included from main.h:10:0, from wallet.h:13, from init.h:8, from bitcoinrpc.cpp:7: net.h:27:27: error: ‘const unsigned int MAX_INV_SZ’ previously defined here In file included from wallet.h:13:0, from init.h:8, from bitcoinrpc.cpp:7: main.h:615:11: error: default argument missing for parameter 3 of ‘int64 CTransaction::GetMinFee(unsigned int, bool, unsigned int, GetMinFee_mode) const’ make[3]: *** [bitcoinrpc.o] Error 1 make[3]: Leaving directory `/home/afri/opt/Proto-coincontrol/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/afri/opt/Proto-coincontrol/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/afri/opt/Proto-coincontrol/src' make: *** [all-recursive] Error 1