Post
Topic
Board Announcements (Altcoins)
Re: [TNG] >>>> TURING <<<< [FRESH Algo] [ANON CHAT] [STEALTH] [NETWORK TRAFFIC]
by
atavacron
on 20/05/2015, 01:34:42 UTC

I had some trouble compiling the Linux QT version.

I was getting odd errors in the file "statisticspage.cpp".  But after some research, I believe that I solved the problem.

Just change line 95 in statisticspage.cpp:

from this

Code:
    QString qVolume = QLocale(QLocale::English).toString(volume);

to this

Code:
    QString qVolume = QLocale(QLocale::English).toString(int(volume));

and compile with QT5.