Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Maakefile:5591: recipe for target 'libbitcoin_server_a-httprpc.o' failed
  2. make[2]: *** [libbitcoin_server_a-httprpc.o] Error 1
  3. In file included from util.h:18:0,
  4. from dbwrapper.h:11,
  5. from dbwrapper.cpp:5:
  6. tinyformat.h: In static member function ‘static const char tinyformat::detail::FormatIterator::streamStateFromFormat(std::ostream&, unsigned int&, const char, int, int)’:
  7. tinyformat.h:785:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  8. out.setf(std::ios::uppercase);
  9. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  10. tinyformat.h:786:9: note: here
  11. case 'x': case 'p':
  12. ^~~~
  13. tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  14. out.setf(std::ios::uppercase);
  15. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  16. tinyformat.h:792:9: note: here
  17. case 'e':
  18. ^~~~
  19. tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  20. out.setf(std::ios::uppercase);
  21. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  22. tinyformat.h:798:9: note: here
  23. case 'f':
  24. ^~~~
  25. tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  26. out.setf(std::ios::uppercase);
  27. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  28. tinyformat.h:803:9: note: here
  29. case 'g':
  30. ^~~~
  31. In file included from util.h:18:0,
  32. from addrman.h:14,
  33. from init.cpp:12:
  34. tinyformat.h: In static member function ‘static const char tinyformat::detail::FormatIterator::streamStateFromFormat(std::ostream&, unsigned int&, const char, int, int)’:
  35. tinyformat.h:785:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  36. out.setf(std::ios::uppercase);
  37. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  38. tinyformat.h:786:9: note: here
  39. case 'x': case 'p':
  40. ^~~~
  41. tinyformat.h:791:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  42. out.setf(std::ios::uppercase);
  43. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  44. tinyformat.h:792:9: note: here
  45. case 'e':
  46. ^~~~
  47. tinyformat.h:797:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  48. out.setf(std::ios::uppercase);
  49. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  50. tinyformat.h:798:9: note: here
  51. case 'f':
  52. ^~~~
  53. tinyformat.h:802:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
  54. out.setf(std::ios::uppercase);
  55. ~~~~~~~^~~~~~~~~~~~~~~~~~~~
  56. tinyformat.h:803:9: note: here
  57. case 'g':
  58. ^~~~
  59. In file included from init.cpp:23:0:
  60. miner.h: At global scope:
  61. miner.h:26:13: warning: ‘fStaking’ defined but not used [-Wunused-variable]
  62. static bool fStaking;
  63. ^~~~~~~~
  64. Makefile:5619: recipe for target 'libbitcoin_server_a-init.o' failed
  65. make[2]: *** [libbitcoin_server_a-init.o] Error 1
  66. make[2]: Leaving directory '/home/vectorium/vectorium-plus/src'
  67. Makefile:8963: recipe for target 'all-recursive' failed
  68. make[1]: *** [all-recursive] Error 1
  69. make[1]: Leaving directory '/home/vectorium/vectorium-plus/src'
  70. Makefile:684: recipe for target 'all-recursive' failed
  71. make: *** [all-recursive] Error 1
  72. vectorium@ieo-1:~/vectorium-plus$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement