Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Sterlingcoin - Bittrex | Merchants | Services | PoW ends on block 131,400
by
usecoin
on 13/10/2014, 10:39:01 UTC
people anyone know how resolve the build error: "call of overloaded function '.toString(int_t64&)' is ambiguous" ??
i get this error on my laptop with ubuntu 14.04 64bit and Qt 4.8.6

Can you show me the enture output of the error please.

people anyone know how resolve the build error: "call of overloaded function '.toString(int_t64&)' is ambiguous" ??
i get this error on my laptop with ubuntu 14.04 64bit and Qt 4.8.6

Can you show me the enture output of the error please.

error: call of overloaded 'toString(int64_t&)' is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^


many thanks man

You gave me the error. Not the file the error is produced from Cheesy

No problem though, just try the above.

Thanks dev i will try asap.. The page is staticspage.cpp line 78.. i have also qt5 installed but it gives me a lot of "#include " errors.. i think some path changes from qt version 4.8 to 5 .. if i configure project as QT 5.3 Desktop nothing works.. if i configure project as QT 4.8.6 (System) i stack at statics page.. but all the others wallet works with 4.8.6

 Anyway i'll try to update all dependencies and build again.. i let you know.. many thanks to your prompt reply Smiley