Guys need help. Problem with update wallet
compilation terminated.
make[2]: *** [qt/test/qt_test_test_dash_qt-test_main.o] Error 1
make[2]: Leaving directory `/home/user/DashCoin/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/DashCoin/src'
make: *** [install-recursive] Error 1
More lines pls
EDIT: also try "./configure --disable-tests" instead of "./configure"
In file included from qt/test/../paymentserver.h:35:0,
from qt/test/paymentservertests.h:8,
from qt/test/test_main.cpp:14:
qt/test/../paymentrequestplus.h:8:31: fatal error: paymentrequest.pb.h: No such file or directory
#include "paymentrequest.pb.h"
^
compilation terminated.
make[2]: *** [qt/test/qt_test_test_dash_qt-test_main.o] Error 1
make[2]: Leaving directory `/home/user/DashCoin/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/DashCoin/src'
make: *** [install-recursive] Error 1
user@user:~/DashCoin$ compilation terminated.
make[2]: Leaving directory `/home/user/DashCoin/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/DashCoin/src'
make: *** [install-recursive] Error 1
and after write command ./configure i have this error - Fixing libtool for -rpath problems.
and this
sudo ./configure --disable-tests --with-incompatible-bdb
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcc option to accept ISO C99... -std=gnu99
checking if gcc -std=gnu99 supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function... yes
checking for __int128... yes
checking whether __builtin_expect is declared... yes
checking for yasm... no
configure: Using field implementation: 64bit
configure: Using bignum implementation: none
configure: Using scalar implementation: 64bit
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.
after make install
this
compilation terminated.
make[2]: *** [qt/test/qt_test_test_dash_qt-test_main.o] Error 1
make[2]: Leaving directory `/home/user/DashCoin/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/DashCoin/src'
make: *** [install-recursive] Error 1