Bitcoin Forum

Other => Beginners & Help => Topic started by: spunkybd on July 12, 2017, 06:12:17 PM



Title: Can't compile QT
Post by: spunkybd on July 12, 2017, 06:12:17 PM
I am building an altcoin off of Litecoin 8.5.1 and when I try to compile I get the following error:

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.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.


Has anyone seen this before, or can someone point me in the right direction? Google has been unhelpful so far.


Title: Re: Can't compile QT
Post by: spunkybd on July 12, 2017, 06:16:51 PM
Looks like I was doing it wrong, those errors can be ignored and after qmake, you need to make the file.


I was getting errors there:

Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/mobgod/megacoin-0.8.992-source/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/mobgod/megacoin-0.8.992-source/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

And had to run this:

chmod 755 src/leveldb/build_detect_platform


Hopefully that helps someone else if they have a similar issue or question.


Title: Re: Can't compile QT
Post by: mklost on July 14, 2017, 02:54:40 PM
You need to check deps and you can compile without UPNP flag.


Title: Re: Can't compile QT
Post by: zick on December 26, 2017, 06:25:37 PM
I am building an altcoin off of Litecoin 8.5.1 and when I try to compile I get the following error:

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.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.


Has anyone seen this before, or can someone point me in the right direction? Google has been unhelpful so far.

Hi,  Could you share what you've done to get rid off the error messages?

Thanks


Title: Re: Can't compile QT
Post by: zick on December 26, 2017, 09:35:00 PM
Nevermind, was just warnings... I did "make" then and was able to get the GUI client up and running.

Thanks


Title: Re: Can't compile QT
Post by: Archie15 on December 29, 2017, 08:41:25 PM
Nevermind, was just warnings... I did "make" then and was able to get the GUI client up and running.

Thanks

I am getting an error using this command
qmake "USE_QRCODE=1" "USE_UPNP=1" "USE_IPV6=1" clonecoin-qt.pro


Project MESSAGE: Building with QRCode 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.

Any helpful suggestions. How to get over this error