Bitcoin Forum
May 06, 2024, 06:08:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to build a Linux 64bit GUI wallet? mistcoin  (Read 1033 times)
ng#X1 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 07, 2014, 03:52:49 PM
 #1

I tried to compile on Ubuntu 14.04 64bit and I can't compile from source.
Does anybody have an idea?

source code: https://github.com/MistCoinTeam/mistcoin

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
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:21,
from src/qt/statisticspage.cpp:2:
/usr/include/qt4/QtCore/qlocale.h:675:13: note: QString QLocale::toString(qlonglong) const
/usr/include/qt4/QtCore/qlocale.h:676:13: note: QString QLocale::toString(qulonglong) const
/usr/include/qt4/QtCore/qlocale.h:782:16: note: QString QLocale::toString(short int) const
/usr/include/qt4/QtCore/qlocale.h:784:16: note: QString QLocale::toString(ushort) const
/usr/include/qt4/QtCore/qlocale.h:786:16: note: QString QLocale::toString(int) const
/usr/include/qt4/QtCore/qlocale.h:788:16: note: QString QLocale::toString(uint) const
/usr/include/qt4/QtCore/qlocale.h:681:13: note: QString QLocale::toString(double, char, int) const
/usr/include/qt4/QtCore/qlocale.h:790:16: note: QString QLocale::toString(float, char, int) const
make: *** [build/statisticspage.o] Error 1
1714975689
Hero Member
*
Offline Offline

Posts: 1714975689

View Profile Personal Message (Offline)

Ignore
1714975689
Reply with quote  #2

1714975689
Report to moderator
1714975689
Hero Member
*
Offline Offline

Posts: 1714975689

View Profile Personal Message (Offline)

Ignore
1714975689
Reply with quote  #2

1714975689
Report to moderator
1714975689
Hero Member
*
Offline Offline

Posts: 1714975689

View Profile Personal Message (Offline)

Ignore
1714975689
Reply with quote  #2

1714975689
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
rokkyroad
Legendary
*
Offline Offline

Activity: 1090
Merit: 1000


View Profile
November 07, 2014, 04:18:26 PM
 #2

If devs are unable or too lazy to compile linux wallets for their coin, the coin may not be worth having.


" If you have to spam and shout to justify your existence then you are a shit coin."  TaunSew
Quantum_Mechanics
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile WWW
November 07, 2014, 06:49:30 PM
 #3

Do you have all deps  ?
 
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools
                        build-essential libboost-dev libboost-system-dev
                        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev
                        libssl-dev libdb++-dev libminiupnpc-dev

compile with USE_UPNP=- option

Code:
make -f makefile.unix USE_UPNP=-

NAMOAV-HFVPJ6-FP32YP-2GCM64-WSRMKX-A5KKYW-WHPY
BDSM-Fetish
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 08, 2014, 01:49:47 AM
 #4

Build the daemon, then the wallet.

(unless you have already)
ng#X1 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 08, 2014, 05:09:09 AM
 #5

Do you have all deps  ?
 
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools
                        build-essential libboost-dev libboost-system-dev
                        libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev
                        libssl-dev libdb++-dev libminiupnpc-dev

compile with USE_UPNP=- option

Code:
make -f makefile.unix USE_UPNP=-

yeah, I have followed all of these steps. But there is the same error Sad
e1ghtSpace
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


Crypto since 2014


View Profile WWW
November 08, 2014, 05:37:39 AM
 #6

I googled the error. Response was:

"Maybe try with Qt5?"
ng#X1 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 08, 2014, 05:55:34 AM
 #7

Build the daemon, then the wallet.

(unless you have already)
Same error  Sad
ng#X1 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 08, 2014, 09:57:21 AM
 #8

I googled the error. Response was:

"Maybe try with Qt5?"
I have tried both Qt4 and Qt5, but there is still the same error.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!