Sir I get am error
I_tmp -I../../include -I_tmp/moc/release -I_tmp/ui -o _tmp/obj/release/TreeViewer.o src/ov_phyltree/TreeViewer.cpp
src/ov_phyltree/TreeViewer.cpp: In member function ‘virtual void U2::TreeViewerUI::updateTreeSettings(bool)’:
src/ov_phyltree/TreeViewer.cpp:749:98: error: no matching function for call to ‘qMax(double, qreal)’
src/ov_phyltree/TreeViewer.cpp:749:98: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::updateLegend()’:
src/ov_phyltree/TreeViewer.cpp:910:90: error: no matching function for call to ‘qMax(double, qreal)’
src/ov_phyltree/TreeViewer.cpp:910:90: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::zooming(qreal, qreal)’:
src/ov_phyltree/TreeViewer.cpp:955:113: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:955:113: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp:957:114: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:957:114: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
src/ov_phyltree/TreeViewer.cpp: In member function ‘void U2::TreeViewerUI::updateActionsState()’:
src/ov_phyltree/TreeViewer.cpp:1492:134: error: no matching function for call to ‘qMax(qreal, double)’
src/ov_phyltree/TreeViewer.cpp:1492:134: note: candidate is:
/usr/include/qt4/QtCore/qglobal.h:1198:34: note: template<class T> const T& qMax(const T&, const T&)
Makefile.Release:2240: recipe for target '_tmp/obj/release/TreeViewer.o' failed
make[2]: *** [_tmp/obj/release/TreeViewer.o] Error 1
make[2]: Leaving directory '/home/pi/Downloads/ugene-1.18.0-dev/src/corelibs/U2View'
Makefile:46: recipe for target 'release-install' failed
make[1]: *** [release-install] Error 2
make[1]: Leaving directory '/home/pi/Downloads/ugene-1.18.0-dev/src/corelibs/U2View'
Makefile:588: recipe for target 'sub-src-corelibs-U2View-install_subtargets-ordered' failed
make: *** [sub-src-corelibs-U2View-install_subtargets-ordered] Error 2
pi@raspberrypi ~/Downloads/ugene-1.18.0-dev $ ./ugeneui
bash: ./ugeneui: cannot execute binary file
thanks for all your help,