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

    Cant build wallet (50 ftc donation)

    Newbies - New Members Must Start Here
    4
    6
    1611
    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.
    • H
      hardcpp last edited by

      Hello i’ve got this error when i try to build the wallet

      [code]
      [root@ns392797:/WinCoin/Daemon/Bin/FeatherCoin/src]# make -f makefile.unix
      /bin/sh …/share/genbuild.sh obj/build.h
      g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/WinCoin/Daemon/Bin/FeatherCoin/src -I/WinCoin/Daemon/Bin/FeatherCoin/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
      In file included from /usr/include/boost/thread/pthread/mutex.hpp:14,
      from /usr/include/boost/thread/mutex.hpp:16,
      from /usr/include/boost/thread/pthread/thread_data.hpp:12,
      from /usr/include/boost/thread/thread.hpp:17,
      from /usr/include/boost/thread.hpp:13,
      from util.h:23,
      from bignum.h:14,
      from main.h:9,
      from checkpoints.cpp:13:
      /usr/include/boost/thread/xtime.hpp:23: error: expected identifier before numeric constant
      /usr/include/boost/thread/xtime.hpp:23: error: expected ‘}’ before numeric constant
      /usr/include/boost/thread/xtime.hpp:23: error: expected unqualified-id before numeric constant
      /usr/include/boost/thread/xtime.hpp:46: error: expected type-specifier before ‘system_time’
      In file included from /usr/include/boost/thread/pthread/mutex.hpp:14,
      from /usr/include/boost/thread/mutex.hpp:16,
      from /usr/include/boost/thread/pthread/thread_data.hpp:12,
      from /usr/include/boost/thread/thread.hpp:17,
      from /usr/include/boost/thread.hpp:13,
      from util.h:23,
      from bignum.h:14,
      from main.h:9,
      from checkpoints.cpp:13:
      /usr/include/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
      /usr/include/boost/thread/xtime.hpp:73: error: ‘get_system_time’ was not declared in this scope
      /usr/include/boost/thread/xtime.hpp: At global scope:
      /usr/include/boost/thread/xtime.hpp:88: error: expected declaration before ‘}’ token
      make: *** [obj/checkpoints.o] Erreur 1
      [/code]

      i give 50 ftc for the solution

      1 Reply Last reply Reply Quote 0
      • D
        deroekeloze last edited by

        solution: switch to windows, download client, voila ::)

        1 Reply Last reply Reply Quote 0
        • M
          Mogumodz last edited by

          Hey Hardccp, welcome to the forums.

          What distro are you using and what version of feathercoin are you trying to compile?
          I will try and replicate on a VM quickly.

          When I pull the git on an Ubuntu box I use.

          cd ~/ ; git clone https://github.com/FeatherCoin/FeatherCoin ; cd ~/FeatherCoin/src ; make -f makefile.unix USE_UPNP=- ; mv feathercoind ~/
          mkdir ~/.feathercoin
          nano -w ~/.feathercoin/feathercoin.conf

          Not sure if that helps.

          1 Reply Last reply Reply Quote 0
          • H
            hardcpp last edited by

            i’m on linux for setup an p2pool on pypy for ftc,

            [quote]cd ~/ ; git clone https://github.com/FeatherCoin/FeatherCoin ; cd ~/FeatherCoin/src ; make -f makefile.unix USE_UPNP=- ; mv feathercoind ~/
            mkdir ~/.feathercoin
            nano -w ~/.feathercoin/feathercoin.conf[/quote]

            doesnt help i think it’s an dependencie probleme

            1 Reply Last reply Reply Quote 0
            • M
              Mogumodz last edited by

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

              Ignore the Windows bit. Never tried with pypy so can’t say anything on it.

              Works fine when I set up a feathercoin wallet in a new VM using the below package installs.

              sudo apt-get install python-software-properties screen git python-rrdtool python-pygame python-scipy
              sudo apt-get install python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev
              sudo apt-get install python-dev libboost-all-dev libdb+±dev autoconf automake ncurses-dev

              1 Reply Last reply Reply Quote 0
              • zerodrama
                zerodrama Regular Member last edited by

                Upgrade to db5.1 and boost libraries 5.3, 4.9 fails to build.

                also in the main folder just type:
                qmake
                make

                and that will build it all for you.

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