build/ui_overviewpage.h:205:32: error: ‘LogText’ is not a member of ‘Qt’
label_2->setTextFormat(Qt::LogText);
^
make: *** [build/overviewpage.o] Error 1
Ubuntu Linux compile Sync QT Wallet Instructions
1- sudo apt-get update
2- sudo apt-get dist-upgrade
3- sudo apt-get install g++ libboost-all-dev qt4-qmake libqt4-dev build-essential libssl-dev libdb5.1-dev libdb5.1++- libcurl4-openssl-dev
4- qmake USE_UPNP=-
5- make
Only part of that I didn't do was step 4. Has UPNP been removed, as I do have the proper dependencies for it. I have compiled well over a hundred wallets without this error I'll try it without UPNP when I get home and let you know.
From dev: "His version of QT needs to do this: try to find in this .ui file string “Qt::LogText” and change it – Qt::TextFormat"