-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
compilation errors in Ubuntu 20.04 #127
Comments
This seems like some sort of QT5 version issue. I wonder if the ubuntu Qt5 setup is somehow different. What's the qt5base package version you have? |
I was thinking in that direction too. It seems like something is subtly different in Qt. I have 5.12 (the Ubuntu default packages), which is why I tried the v2 branch -- the master branch says it wants 5.15+, while the v2 branch says 5.6+. But I get the same behavior in both branches.
|
I'll try and set up a VM to test this sometime next week. |
An updates? I see the same behavior on Ubuntu 20.04. |
I had the same issue on Ubuntu 20.04. It appears that Qt version 5.12, which comes with Ubuntu 20.04 is too old for proper compiling. My solution was to download Qt 5.15.2 sources (from here: https://download.qt.io/official_releases/qt/5.15/5.15.2/single/ ), and compile it from scratch. With Qt 5.15.x Etherwallet compiles just fine. |
Thanks for this project, it looks very interesting! I am having some troubles compiling on Ubuntu 20.04, though. I believe I have all the dependencies listed, but it feels like something is missing. I have the same issues on both the master and v2 branches.
If I go to src/ew-node/src/nodeipc.h and add the line
#include <QElapsedTimer>
, it passes that step but then crashes with the error:Thank you!
The text was updated successfully, but these errors were encountered: