Cant build wallet (50 ftc donation)
-
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
-
solution: switch to windows, download client, voila ::)
-
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.confNot sure if that helps.
-
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
-
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 -
Upgrade to db5.1 and boost libraries 5.3, 4.9 fails to build.
also in the main folder just type:
qmake
makeand that will build it all for you.