Advertisement
Guest User

Untitled

a guest
May 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. root@doom-virtual-machine:/usr/src/idapay-refresh# make -j4
  2. Making all in src
  3. make[1]: Entering directory '/usr/src/idapay-refresh/src'
  4. make[2]: Entering directory '/usr/src/idapay-refresh/src'
  5. CXX libidapayconsensus_la-hash.lo
  6. CXX libidapayconsensus_la-pubkey.lo
  7. CXX libidapayconsensus_la-uint256.lo
  8. CXX libidapayconsensus_la-utilstrencodings.lo
  9. make[3]: Entering directory '/usr/src/idapay-refresh/src/secp256k1'
  10. gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  11. CXX idapayd-idapayd.o
  12. GEN idapayd-res.o
  13. CXX libbitcoin_server_a-activemasternode.o
  14. CXX libbitcoin_server_a-addrman.o
  15. gcc gen_context.o -o gen_context
  16. ./gen_context
  17. CC src/libsecp256k1_la-secp256k1.lo
  18. CCLD libsecp256k1.la
  19. libtool: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries; building static only
  20. /usr/bin/x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  21. make[3]: Leaving directory '/usr/src/idapay-refresh/src/secp256k1'
  22. CXX libbitcoin_server_a-addrdb.o
  23. CXX libbitcoin_server_a-alert.o
  24. In file included from net.h:21:0,
  25. from activemasternode.h:10,
  26. from activemasternode.cpp:5:
  27. threadinterrupt.h:29:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  28. std::condition_variable cond;
  29. ^
  30. threadinterrupt.h:30:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  31. std::mutex mut;
  32. ^
  33. In file included from activemasternode.h:10:0,
  34. from activemasternode.cpp:5:
  35. net.h:496:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  36. std::condition_variable condMsgProc;
  37. ^
  38. net.h:497:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  39. std::mutex mutexMsgProc;
  40. ^
  41. net.h:502:10: error: ‘thread’ in namespace ‘std’ does not name a type
  42. std::thread threadDNSAddressSeed;
  43. ^
  44. net.h:503:10: error: ‘thread’ in namespace ‘std’ does not name a type
  45. std::thread threadSocketHandler;
  46. ^
  47. net.h:504:10: error: ‘thread’ in namespace ‘std’ does not name a type
  48. std::thread threadOpenAddedConnections;
  49. ^
  50. net.h:505:10: error: ‘thread’ in namespace ‘std’ does not name a type
  51. std::thread threadOpenConnections;
  52. ^
  53. net.h:506:10: error: ‘thread’ in namespace ‘std’ does not name a type
  54. std::thread threadMnbRequestConnections;
  55. ^
  56. net.h:507:10: error: ‘thread’ in namespace ‘std’ does not name a type
  57. std::thread threadMessageHandler;
  58. ^
  59. Makefile:5541: recipe for target 'libbitcoin_server_a-activemasternode.o' failed
  60. make[2]: *** [libbitcoin_server_a-activemasternode.o] Error 1
  61. make[2]: *** Waiting for unfinished jobs....
  62. In file included from net.h:21:0,
  63. from alert.cpp:10:
  64. threadinterrupt.h:29:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  65. std::condition_variable cond;
  66. ^
  67. threadinterrupt.h:30:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  68. std::mutex mut;
  69. ^
  70. In file included from alert.cpp:10:0:
  71. net.h:496:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  72. std::condition_variable condMsgProc;
  73. ^
  74. net.h:497:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  75. std::mutex mutexMsgProc;
  76. ^
  77. net.h:502:10: error: ‘thread’ in namespace ‘std’ does not name a type
  78. std::thread threadDNSAddressSeed;
  79. ^
  80. net.h:503:10: error: ‘thread’ in namespace ‘std’ does not name a type
  81. std::thread threadSocketHandler;
  82. ^
  83. net.h:504:10: error: ‘thread’ in namespace ‘std’ does not name a type
  84. std::thread threadOpenAddedConnections;
  85. ^
  86. net.h:505:10: error: ‘thread’ in namespace ‘std’ does not name a type
  87. std::thread threadOpenConnections;
  88. ^
  89. net.h:506:10: error: ‘thread’ in namespace ‘std’ does not name a type
  90. std::thread threadMnbRequestConnections;
  91. ^
  92. net.h:507:10: error: ‘thread’ in namespace ‘std’ does not name a type
  93. std::thread threadMessageHandler;
  94. ^
  95. Makefile:5583: recipe for target 'libbitcoin_server_a-alert.o' failed
  96. make[2]: *** [libbitcoin_server_a-alert.o] Error 1
  97. make[2]: Leaving directory '/usr/src/idapay-refresh/src'
  98. Makefile:9444: recipe for target 'all-recursive' failed
  99. make[1]: *** [all-recursive] Error 1
  100. make[1]: Leaving directory '/usr/src/idapay-refresh/src'
  101. Makefile:657: recipe for target 'all-recursive' failed
  102. make: *** [all-recursive] Error 1
  103. root@doom-virtual-machine:/usr/src/idapay-refresh#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement