Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. root@doom-oVirt-Node:/usr/src/idapay-refresh# make -j2
  2. Making all in src
  3. make[1]: вход в каталог «/usr/src/idapay-refresh/src»
  4. make[2]: вход в каталог «/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]: вход в каталог «/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. gcc gen_context.o -o gen_context
  13. ./gen_context
  14. CC src/libsecp256k1_la-secp256k1.lo
  15. CCLD libsecp256k1.la
  16. libtool: warning: undefined symbols not allowed in x86_64-w64-mingw32 shared libraries; building static only
  17. /usr/bin/x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  18. make[3]: выход из каталога «/usr/src/idapay-refresh/src/secp256k1»
  19. GEN idapayd-res.o
  20. CXX libbitcoin_server_a-activemasternode.o
  21. In file included from net.h:21:0,
  22. from activemasternode.h:10,
  23. from activemasternode.cpp:5:
  24. threadinterrupt.h:29:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  25. std::condition_variable cond;
  26. ^
  27. threadinterrupt.h:30:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  28. std::mutex mut;
  29. ^
  30. In file included from activemasternode.h:10:0,
  31. from activemasternode.cpp:5:
  32. net.h:496:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
  33. std::condition_variable condMsgProc;
  34. ^
  35. net.h:497:10: error: ‘mutex’ in namespace ‘std’ does not name a type
  36. std::mutex mutexMsgProc;
  37. ^
  38. net.h:502:10: error: ‘thread’ in namespace ‘std’ does not name a type
  39. std::thread threadDNSAddressSeed;
  40. ^
  41. net.h:503:10: error: ‘thread’ in namespace ‘std’ does not name a type
  42. std::thread threadSocketHandler;
  43. ^
  44. net.h:504:10: error: ‘thread’ in namespace ‘std’ does not name a type
  45. std::thread threadOpenAddedConnections;
  46. ^
  47. net.h:505:10: error: ‘thread’ in namespace ‘std’ does not name a type
  48. std::thread threadOpenConnections;
  49. ^
  50. net.h:506:10: error: ‘thread’ in namespace ‘std’ does not name a type
  51. std::thread threadMnbRequestConnections;
  52. ^
  53. net.h:507:10: error: ‘thread’ in namespace ‘std’ does not name a type
  54. std::thread threadMessageHandler;
  55. ^
  56. Makefile:5540: ошибка выполнения рецепта для цели «libbitcoin_server_a-activemasternode.o»
  57. make[2]: *** [libbitcoin_server_a-activemasternode.o] Ошибка 1
  58. make[2]: *** Ожидание завершения заданий…
  59. make[2]: выход из каталога «/usr/src/idapay-refresh/src»
  60. Makefile:9443: ошибка выполнения рецепта для цели «all-recursive»
  61. make[1]: *** [all-recursive] Ошибка 1
  62. make[1]: выход из каталога «/usr/src/idapay-refresh/src»
  63. Makefile:657: ошибка выполнения рецепта для цели «all-recursive»
  64. make: *** [all-recursive] Ошибка 1
  65. root@doom-oVirt-Node:/usr/src/idapay-refresh#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement