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-walletHave 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.
Can you go to src/obj and delete all files. Try to make clean and recompile. Where there missing libraries?