post the errors you are having? ...
#crysx
/root/navajocoin2/src/qt/overviewpage.h:48: error: ISO C++ forbids in-class initialization of non-const static member 'tickerInterval'
...
/root/navajocoin2/src/qt/ChatWindow.h:117: error: ISO C++ forbids in-class initialization of non-const static member 'userChecked'
Mmm .... yes, I see.
I think Package has written some initialization with the dialect
of C++11, instead of the C++ ISO standard style, and so the error.
Currently in qmake project, is set the -fpermissive flag, then they do
not give annoyance.
You might try to use one of these flags during compilation:
-fpermissive
-std=gnu++11
-std=c++11
PS:
not verified
this would require that the latest versions of the compiler installed ...
does ubuntu have that? ... i know the earlier versions of fedora didnt ...