people anyone know how resolve the build error: "call of overloaded function '.toString(int_t64&)' is ambiguous" ??
i get this error on my laptop with ubuntu 14.04 64bit and Qt 4.8.6
Firstly do this:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install make qt4-qmake libqt4-dev build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev libqt5webkit5-dev
sudo apt-get update
sudo apt-get upgrade
THIS WILL ENSURE YOU HAVE ALL DEPS AND ARE FULLY UP TO DATE. ATTEMPT REBUILD IN QT4.
As a side note we have been building the releases in QT5 and if you prefer you can build using QT5 too.