EverGreenCoinDev / EverGreenCoin

EverGreenCoin Official Development Tree
https://www.evergreencoin.org
MIT License
20 stars 12 forks source link

issue #49

Closed Cointopaydev closed 3 years ago

Cointopaydev commented 3 years ago

src/qt/charitydialog.cpp:13:25: fatal error: QJsonDocument: No such file or directory

include

                     ^

compilation terminated. make: *** [build/charitydialog.o] Error 1 ​ we can't get the new to compile.

CryptoCanary commented 3 years ago

QJsonDocument is available as of Qt5. You need to upgrade from Qt4, it looks.

qmake -v to verify your version.

Cointopaydev commented 3 years ago

For anybody that reads this, so I have new ubuntu running, and it didn't like -std=c++14 in makefile.unix so removed that piece and compiled, this seems to work, starting from src dir, I am affraid to start it, so I will leave the old 1.8 version running. 💯

CryptoCanary commented 3 years ago

There is an Ubuntu jumpstart script. Copy and paste into a shell: bash <(wget -qO- https://raw.githubusercontent.com/EverGreenCoinDev/EverGreenCoin/master/build-ubuntu.sh)