You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: