[Solved] Feathercoin wallet on Ubuntu 13.10 error
-
So I copied it from Git and all that fun jazz as I am looking to use my Ubuntu box as an “Accountant” for my other miners… I got the bitcoin-qt setup real easy via a PPA…
However, even after installing all the dependencies running it through QT-Creator as well as through terminal I keep getting error
[code]*username & machine*:~/FeatherCoin$ qmake -makefile feathercoin-qt.pro
Project MESSAGE: Building with UPNP 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.
WARNING: TARGET is empty
[/code]
Any help at all would be much appreciated… -
Bitcoin-Qt is in the Ubuntu Software Repo so you don’t need a PPA.
There are instructions to do the make without UPnP in the source code instructions. There is a guide in Feathercoin Technical development on how to compile it using Qt-creator, and inside a virtual box so you can keep separate wallet or testing. I’ll look for the actual code.
Actually aren’t those just compile warnings?
-
This coul;d be it.
the trick was to run qmake with
qmake “USE_UPNP=-”
instead of
qmake “USE_UPNP=”
Or try.
sudo apt-get install libminiupnpc-dev libminiupnpc8