Skip to content
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

Fatal error: wallet/api/wallet2_api.h: No such file or directory #include <wallet/api/wallet2_api.h> #10

Open
VRRollerCoaster opened this issue Aug 22, 2018 · 4 comments

Comments

@VRRollerCoaster
Copy link

VRRollerCoaster commented Aug 22, 2018

Am on Ubuntu 18, am getting the following issue when running build.sh on gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)

In file included from ../main.cpp:42:0:
../src/libwalletqt/WalletManager.h:6:10: fatal error: wallet/api/wallet2_api.h: No such file or directory
#include <wallet/api/wallet2_api.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1070: recipe for target 'main.o' failed
make: *** [main.o] Error 1


Tried it again, am now getting the following error:

/usr/bin/x86_64-linux-gnu-ld: cannot find -lwallet_merged
/usr/bin/x86_64-linux-gnu-ld: cannot find -lepee
/usr/bin/x86_64-linux-gnu-ld: cannot find -leasylogging
/usr/bin/x86_64-linux-gnu-ld: cannot find -llmdb
collect2: error: ld returned 1 exit status
Makefile:299: recipe for target 'release/bin/aeon-wallet-gui' failed
make: *** [release/bin/aeon-wallet-gui] Error 1


Downgraded to G++ 4.8 and am now getting:

g++: error: unrecognized command line option ‘-fstack-protector-strong’
Makefile:1225: recipe for target 'qrc_translations.o' failed
make: *** [qrc_translations.o] Error 1

@stoffu
Copy link

stoffu commented Aug 23, 2018

This situation happens when there was some error while compiling the Monero CLI code. Try running ./get_libwallet_api.sh and see where it fails.

@pbgrhino
Copy link

image
I am having this issue

@pbgrhino
Copy link

To add all me coin has disappeared from my mining site as well

@BigslimVdub
Copy link

To add all me coin has disappeared from my mining site as well

Are you using the latest v0.14.1.0 gui software and windows 10?

If your wallet file is not opening then you can restore from seed your wallet file on the latest and it should have no problems. I have confirmed it is working on windows 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants