Post
Topic
Re: ★[ANN] [NAV] NAV COIN - ANONYMOUS TECH. ● ANDROID WALLET LIVE ● NAV 2.1 SOON
by
roast
on 31/08/2016, 15:44:09 UTC
Greetings folks. I am attempting to install the linux wallet. After qmake, I get this message.

Project MESSAGE: Building with DBUS (Freedesktop notifications) support
Project MESSAGE: Building with UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.

Distro : Ubuntustudio. (same message using mint)

Cheers.



Hi,

Please go through these points.


http://bitcoin.stackexchange.com/questions/28399/why-i-obtain-this-error-trying-to-compile-this-wallet


Have you done "make"?  How is compilation going? And check if all packages are installed properly

Regards
Shahim

Thanks Shahim.
After running make, these few lines at the end. (ubuntustudio 32bit on a 64bit machine)

/usr/bin/ld: build/txdb-leveldb.o: file class ELFCLASS64 incompatible with ELFCLASS32
/usr/bin/ld: final link failed: File in wrong format
collect2: error: ld returned 1 exit status
Makefile:741: recipe for target 'navcoin-qt' failed
make: *** [navcoin-qt] Error 1

Cheers.


It seems your leveldb is somehow not working or in 64bit? There is the problem!

Can you go to src/obj and delete all files. Try to make clean and recompile. Where there missing libraries?

Regards

Thanks Shahim. The  32 bit distro on 64 bit machine has been shelved for now. I have managed to get the wallet to execute using 64 bit Mint. (Sync is 19 weeks behind). Seems to sit on 0 active connections to network.
Cheers.