Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN] [NAV] NAVAJO COIN - EVENT IN TAIPEI ● NEW ROADMAP ● ANONYMOUS TECH. ● CHAT ●
by
chrysophylax
on 30/11/2015, 12:53:25 UTC

post the errors you are having? ...

#crysx

Code:
/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 ...

#crysx