Post
Topic
Re: ★[ANN] [NAV] NAV COIN - ANONYMOUS TECH. ● ANDROID WALLET LIVE ● NAV 2.1 SOON
by
roast
on 30/08/2016, 23:12:23 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.