Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Solved] Feathercoin wallet on Ubuntu 13.10 error

    Support
    2
    3
    2185
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jewfromdahood Banned last edited by wrapper

      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…

      1 Reply Last reply Reply Quote 0
      • wrapper
        wrapper Moderators last edited by

        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?

        http://forum.feathercoin.com/index.php?topic=4566.0

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by

          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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post