Search tutorial for Raspberry pi #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Information about rasp version (lsb_release -a):
Someone give this but it's not working:
`ich habe eine alte Anleitung gefunden von aphex.
Hier eine kurze Anleitung zum Bau der Binaries und deren Verwendung:
`
I have an issue on make "-f makefile.unix":
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/eMark-wallet/src -I/home/pi/eMark-wallet/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/home/pi/eMark-wallet/src/leveldb/include -I/home/pi/eMark-wallet/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from chainparams.h:9:0,
from alert.cpp:7:
bignum.h:57:24: error: invalid use of incomplete type ‘BIGNUM {aka struct bignum_st}’
class CBigNum : public BIGNUM
^~~~~~
In file included from /usr/include/openssl/crypto.h:31:0,
from allocators.h:12,
from serialize.h:22,
from alert.h:9,
from alert.cpp:5:
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of ‘BIGNUM {aka struct bignum_st}’
typedef struct bignum_st BIGNUM;
^~~~~~~~~
...
...
...
^
makefile.unix:171 : la recette pour la cible « obj/alert.o » a échouée
make: *** [obj/alert.o] Erreur 1