Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. CXX rpcrawtransaction.o
  2. In file included from rpcrawtransaction.cpp:6:
  3. In file included from ./base58.h:17:
  4. In file included from ./chainparams.h:10:
  5. In file included from ./core.h:9:
  6. In file included from ./script.h:18:
  7. In file included from /opt/local/include/boost/variant.hpp:22:
  8. /opt/local/include/boost/variant/get.hpp:212:5: error: implicit instantiation of
  9. undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
  10. BOOST_STATIC_ASSERT_MSG(
  11. ^
  12. /opt/local/include/boost/static_assert.hpp:36:48: note: expanded from macro
  13. 'BOOST_STATIC_ASSERT_MSG'
  14. # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B )
  15. ^
  16. /opt/local/include/boost/static_assert.hpp:169:13: note: expanded from macro
  17. 'BOOST_STATIC_ASSERT'
  18. sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSER...
  19. ^
  20. /opt/local/include/boost/variant/get.hpp:284:12: note: in instantiation of
  21. function template specialization 'boost::strict_get<const CScriptID &,
  22. CNoDestination, CKeyID, CScriptID, boost::detail::variant::void_,
  23. boost::detail::variant::void_, boost::detail::variant::void_,
  24. boost::detail::variant::void_, boost::detail::variant::void_,
  25. boost::detail::variant::void_, boost::detail::variant::void_,
  26. boost::detail::variant::void_, boost::detail::variant::void_,
  27. boost::detail::variant::void_, boost::detail::variant::void_,
  28. boost::detail::variant::void_, boost::detail::variant::void_,
  29. boost::detail::variant::void_, boost::detail::variant::void_,
  30. boost::detail::variant::void_, boost::detail::variant::void_>' requested
  31. here
  32. return strict_get<U>(operand);
  33. ^
  34. rpcrawtransaction.cpp:303:48: note: in instantiation of function template
  35. specialization 'boost::get<const CScriptID &, CNoDestination, CKeyID,
  36. CScriptID, boost::detail::variant::void_, boost::detail::variant::void_,
  37. boost::detail::variant::void_, boost::detail::variant::void_,
  38. boost::detail::variant::void_, boost::detail::variant::void_,
  39. boost::detail::variant::void_, boost::detail::variant::void_,
  40. boost::detail::variant::void_, boost::detail::variant::void_,
  41. boost::detail::variant::void_, boost::detail::variant::void_,
  42. boost::detail::variant::void_, boost::detail::variant::void_,
  43. boost::detail::variant::void_, boost::detail::variant::void_,
  44. boost::detail::variant::void_>' requested here
  45. const CScriptID& hash = boost::get<const CScriptID&>(address);
  46. ^
  47. /opt/local/include/boost/static_assert.hpp:87:26: note: template is declared
  48. here
  49. template <bool x> struct STATIC_ASSERTION_FAILURE;
  50. ^
  51. 1 error generated.
  52. make[3]: *** [rpcrawtransaction.o] Error 1
  53. make[2]: *** [all-recursive] Error 1
  54. make[1]: *** [all] Error 2
  55. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement