Ja, das ist der neue GCC compiler in QT5. Nimm einfach QT4 da geht es. In der neuen Version 1.5 ist dieser Fehler dann behoben. Aber bis zur Veröffentlichung dauert es noch ne Weile....
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
Danke habe sogar so gemacht:
sudo apt-get purge qt5-qmake
sudo apt-get autoremove
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
....
ka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
operator>(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) > 0); }
^
Makefile:710: recipe for target 'build/txdb-leveldb.o' failed
make: *** [build/txdb-leveldb.o] Error 1
trotzdem wieder der selbe Fehler... bringt anscheinend nichts...