-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to compile Wallet GUI - error during make 83% #27
Comments
What is the Cryptonote Wrapper and why isn't it compiling my wallet GUI? |
Move wallet balance from Overview frame to Account frame so that it always visible on top regarless of the currently open tab.
Hello, hopefully someone can help, i get this error after compiling the Wallet GUI on a Ubuntu 64bit. Unfortunately I don't know what function it's trying to do or look for once it gets to 83% then comes up with errors and fails.
cryptonotewallet/src/CryptoNoteWrapper.cpp: In member function ‘virtual CryptoNote::IWalletLegacy* WalletGui::RpcNode::createWallet()’:
cryptonotewallet/src/CryptoNoteWrapper.cpp:127:59: error: no matching function for call to ‘CryptoNote::WalletLegacy::WalletLegacy(const CryptoNote::Currency&, CryptoNote::NodeRpcProxy&)’
return new CryptoNote::WalletLegacy(m_currency, m_node);
The text was updated successfully, but these errors were encountered: