Skip to content

Instantly share code, notes, and snippets.

@donSchoe
Created January 5, 2014 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donSchoe/8267693 to your computer and use it in GitHub Desktop.
Save donSchoe/8267693 to your computer and use it in GitHub Desktop.
protoshares coincontrol make stack
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment