Project MESSAGE: Building with IPv6 support
Project MESSAGE: FOUND host = armv7l
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with IPv6 supportProject MESSAGE: FOUND host = armv7lProject MESSAGE: Warning: unknown QT: widgets.
And when I put make it says me that : cd /home/pi/magi; /bin/sh share/genbuild.sh /home/pi/magi/build/build.h
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/util.h:8:0,
from src/qt/bitcoingui.h:7,
from src/qt/bitcoin.cpp:4:
src/uint256.h:14:19: fatal error: gmpxx.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:704: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1
I think there is a problem. Can you help me ?
try sudo apt-get install libgmp-dev and after try a rebuild.
digibob00 is correct - I totally missed libgmp because I use it for high precision math in one of the programs I deal with on a regular basis... I should have built the binaries on a clean build server to make sure everything worked as expected. Sorry for leading you astray, Erkallys.
On a semi-related note, my changes have been pushed to the official GitHub repo, so you should be able to pull the official source to build your wallet now.