i will setup a masternode on my Raspberry Pi, but i have problems by the compile....
Anyone have a HowTo?
regards
I have errors by the compile, anyone have a actually HowTo?
regards
You are probably missing a dependency or multiple dependencies. You will need to install them and make them available to the compiler before it will work.
at time i compile the wallet on the Pi, i use this HowTo:
https://steemit.com/cryptocurrency/@crypto-wizard/launching-a-chaincoin-masternode-made-easy
but at the End i have this error:
CXX libchaincoinqt_a-walletview.o
In file included from walletview.cpp:21:0:
loggerpage.h:18:26: fatal error: QStandardPaths: Datei oder Verzeichnis nicht gefunden
#include
^
compilation terminated.
Makefile:1887: die Regel für Ziel „libchaincoinqt_a-walletview.o“ scheiterte
make[5]: *** [libchaincoinqt_a-walletview.o] Fehler 1
make[5]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:2729: die Regel für Ziel „all-recursive“ scheiterte
make[4]: *** [all-recursive] Fehler 1
make[4]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:1017: die Regel für Ziel „all“ scheiterte
make[3]: *** [all] Fehler 2
make[3]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:1028: die Regel für Ziel „all-recursive“ scheiterte
make[2]: *** [all-recursive] Fehler 1
make[2]: Verzeichnis „/home/pi/chaincoin/src“ wird verlassen
Makefile:733: die Regel für Ziel „all“ scheiterte
make[1]: *** [all] Fehler 2
make[1]: Verzeichnis „/home/pi/chaincoin/src“ wird verlassen
Makefile:513: die Regel für Ziel „all-recursive“ scheiterte
make: *** [all-recursive] Fehler 1
anyone have a solution?
If you're trying to build the GUI wallet, then you need to have QT5 installed. If you have both QT4 and QT5 installed, you will have to use the flag --with-gui=qt5 with configure. If you are just trying to build the command line version you can try ./configure --without-gui --disable-tests
The full build doc is here: https://github.com/chaincoin/chaincoin/blob/master/doc/build-unix.md
Voting results page is up: https://www.chaincoin.org/voting/
Big thanks go out to everyone who has voted so far! If you haven't voted yet and care about the future of Chaincoin, please go and vote!
Hello i have compile with this configure, but the same error...
./autogen.sh
./configure --with-gui=qt5
sudo make
Error:
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
/usr/bin/ar: libchaincoinqt.a: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
Makefile:1056: die Regel für Ziel „libchaincoinqt.a“ scheiterte
make[5]: *** [libchaincoinqt.a] Fehler 1
make[5]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:2729: die Regel für Ziel „all-recursive“ scheiterte
make[4]: *** [all-recursive] Fehler 1
make[4]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:1017: die Regel für Ziel „all“ scheiterte
make[3]: *** [all] Fehler 2
make[3]: Verzeichnis „/home/pi/chaincoin/src/qt“ wird verlassen
Makefile:1028: die Regel für Ziel „all-recursive“ scheiterte
make[2]: *** [all-recursive] Fehler 1
make[2]: Verzeichnis „/home/pi/chaincoin/src“ wird verlassen
Makefile:733: die Regel für Ziel „all“ scheiterte
make[1]: *** [all] Fehler 2
make[1]: Verzeichnis „/home/pi/chaincoin/src“ wird verlassen
Makefile:513: die Regel für Ziel „all-recursive“ scheiterte
make: *** [all-recursive] Fehler 1
pi@raspberrypi:~/chaincoin $
regards