i can't compile, always
src/bignum.h: In function ‘bool operator>(const CBigNum&, const CBigNum&)’:
src/bignum.h:720:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BIGNUM*, const BIGNUM*)’
operator>(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) > 0); }
^
Makefile:1431: recipe for target 'build/txdb-leveldb.o' failed
make: *** [build/txdb-leveldb.o] Error 1
pi@raspberrypi:~/1337 $
THX
Hi, please contact me on Discord or Telegram and i could help you debug the compile error.
Hello,
when i compile the wallet with this settings the compile is OK, but i can't open the wallet:
sudo apt-get install git build-essential qt5-default libtool autotools-dev autoconf pkg-config libssl-dev libprotobuf-dev protobuf-compiler libcrypto++-dev libevent-dev libminiupnpc-dev libgmp-dev libboost-all-dev
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
sudo apt-get install qt4-dev-tools libboost-dev libboost-thread-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libdb++-dev libminiupnpc-dev libssl-dev at-spi2-core
sudo apt-get install libssl1.0-dev libssl1.0.2 # downgrade SSL from 1.1 to 1.0.2
cd /home/pi
sudo git clone https://github.com/xenonflux/1337
cd 1337
sudo chmod +x src/leveldb/build_detect_platform
sudo qmake
sudo make
Then i have this error, i think one of the paket are wrong?
regards
You're close. Try starting it again with ./Elite-qt and if you get the same error, go to your /home/pi/.1337 and delete everything except wallet.dat and try restarting your wallet.