Now i try to compile qt wallet on mint 17.3 with openssl 1.0.1 and have this errors:
when qmake i have:
qmake
Project MESSAGE: Building without UPNP support
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
when make i have:
make
cd /home/enth/zillioncoin; /bin/sh share/genbuild.sh /home/enth/zillioncoin/build/build.h
g++ -c -m64 -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
In file included from src/qt/bitcoingui.h:44:0,
from src/qt/bitcoin.cpp:9:
src/qt/advancedwidget.h:22:5: warning: identifier nullptr is a keyword in C++11 [-Wc++0x-compat]
explicit AdvancedWidget(QWidget *parent = nullptr);
^
In file included from src/qt/bitcoingui.h:44:0,
from src/qt/bitcoin.cpp:9:
src/qt/advancedwidget.h:70:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
bool checked = false;
^
src/qt/advancedwidget.h:22:47: error: nullptr was not declared in this scope
explicit AdvancedWidget(QWidget *parent = nullptr);
^
In file included from src/qt/bitcoin.cpp:9:0:
src/qt/bitcoingui.h:99:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
int active_main_menu = 0;
^
src/qt/bitcoingui.h:100:32: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
int active_main_menu_old = 0;
^
In file included from src/wallet.h:13:0,
from src/init.h:8,
from src/qt/bitcoin.cpp:15:
src/main.h:53:12: warning: int MAX_BLOCK_SIZE_FOR_HEIGHT(int) defined but not used [-Wunused-function]
static int MAX_BLOCK_SIZE_FOR_HEIGHT(int height){
^
src/main.h:62:12: warning: int MAX_BLOCK_SIZE_GEN_FOR_HEIGHT(int) defined but not used [-Wunused-function]
static int MAX_BLOCK_SIZE_GEN_FOR_HEIGHT(int height){
^
src/main.h:71:12: warning: int MAX_BLOCK_SIGOPS_FOR_HEIGHT(int) defined but not used [-Wunused-function]
static int MAX_BLOCK_SIGOPS_FOR_HEIGHT(int height){
^
src/main.h:80:12: warning: int MAX_ORPHAN_TRANSACTIONS_FOR_HEIGHT(int) defined but not used [-Wunused-function]
static int MAX_ORPHAN_TRANSACTIONS_FOR_HEIGHT(int height){
^
make: *** [build/bitcoin.o] Error 1