Advertisement
JudeAustin

Pissing me off!

Feb 3rd, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. In file included from bitcoinrpc.h:16:0,
  2. from bitcoinrpc.cpp:11:
  3. json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
  4. json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
  5. typedef typename String_type::value_type Char_type;
  6. ^
  7. bitcoinrpc.cpp: In function ‘bool HTTPAuthorized(std::map<std::basic_string<char>, std::basic_string<char> >&)’:
  8. bitcoinrpc.cpp:469:65: error: ‘TimingResistantEqual’ was not declared in this scope
  9. return TimingResistantEqual(strUserPass, strRPCUserColonPass);
  10. ^
  11. bitcoinrpc.cpp: In function ‘void ThreadRPCServer2(void*)’:
  12. bitcoinrpc.cpp:764:25: error: ‘MSG_ERROR’ is not a member of ‘CClientUIInterface’
  13. _("Error"), CClientUIInterface::MSG_ERROR);
  14. ^
  15. bitcoinrpc.cpp:855:62: error: ‘MSG_ERROR’ is not a member of ‘CClientUIInterface’
  16. uiInterface.ThreadSafeMessageBox(strerr, _("Error"), CClientUIInterface::MSG_ERROR);
  17. ^
  18. bitcoinrpc.cpp: In member function ‘json_spirit::Value CRPCTable::execute(const string&, const Array&, CWallet*) const’:
  19. bitcoinrpc.cpp:1056:28: error: ‘pWalletManager’ was not declared in this scope
  20. spWallet = pWalletManager->GetDefaultWallet();
  21. ^
  22. bitcoinrpc.cpp:1059:26: error: ISO C++ forbids declaration of ‘CWalletManagerException’ with no type [-fpermissive]
  23. catch (const CWalletManagerException& e)
  24. ^
  25. bitcoinrpc.cpp:1059:49: error: expected ‘)’ before ‘&’ token
  26. catch (const CWalletManagerException& e)
  27. ^
  28. bitcoinrpc.cpp:1059:49: error: expected ‘{’ before ‘&’ token
  29. bitcoinrpc.cpp:1059:51: error: ‘e’ was not declared in this scope
  30. catch (const CWalletManagerException& e)
  31. ^
  32. bitcoinrpc.cpp:1059:52: error: expected ‘;’ before ‘)’ token
  33. catch (const CWalletManagerException& e)
  34. ^
  35. bitcoinrpc.cpp: In function ‘bool HTTPAuthorized(std::map<std::basic_string<char>, std::basic_string<char> >&)’:
  36. bitcoinrpc.cpp:470:1: warning: control reaches end of non-void function [-Wreturn-type]
  37. }
  38. ^
  39. make: *** [obj/bitcoinrpc.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement