Hello Mistcoin dev. I tried to compile on Ubuntu 14.10 64bit. I have all dependecies and also I succesfully compiled several wallets before. When I try to compile Mistcoin first I have error for permission of build_detect_platform which I take care but it would be nice to resolve that and push on github. Main error is as follows:
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:72:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
QString qVolume = QLocale(QLocale::English).toString(volume);
^
src/qt/statisticspage.cpp:72:64: note: candidates are:
In file included from /usr/include/qt4/QtGui/qvalidator.h:48:0,
from /usr/include/qt4/QtGui/qabstractspinbox.h:46,
from /usr/include/qt4/QtGui/qstyleoption.h:46,
from /usr/include/qt4/QtGui/qabstractitemdelegate.h:46,
from /usr/include/qt4/QtGui/qabstractitemview.h:48,
from /usr/include/qt4/QtGui/qheaderview.h:45,
from /usr/include/qt4/QtGui/QHeaderView:1,
from build/ui_statisticspage.h:20,
from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:698:13: note: QString QLocale::toString(qlonglong) const
QString toString(qlonglong i) const;
^
/usr/include/qt4/QtCore/qlocale.h:699:13: note: QString QLocale::toString(qulonglong) const
QString toString(qulonglong i) const;
^
/usr/include/qt4/QtCore/qlocale.h:810:16: note: QString QLocale::toString(short int) const
inline QString QLocale::toString(short i) const
^
/usr/include/qt4/QtCore/qlocale.h:812:16: note: QString QLocale::toString(ushort) const
inline QString QLocale::toString(ushort i) const
^
/usr/include/qt4/QtCore/qlocale.h:814:16: note: QString QLocale::toString(int) const
inline QString QLocale::toString(int i) const
^
/usr/include/qt4/QtCore/qlocale.h:816:16: note: QString QLocale::toString(uint) const
inline QString QLocale::toString(uint i) const
^
/usr/include/qt4/QtCore/qlocale.h:704:13: note: QString QLocale::toString(double, char, int) const
QString toString(double i, char f = 'g', int prec = 6) const;
^
/usr/include/qt4/QtCore/qlocale.h:818:16: note: QString QLocale::toString(float, char, int) const
inline QString QLocale::toString(float i, char f, int prec) const
^
Makefile:1817: recipe for target 'build/statisticspage.o' failed
make: *** [build/statisticspage.o] Error 1
I would appreciate any help in order to succesfully compile linux wallet...