You are viewing a single comment's thread from:

RE: Neutron Masternode Setup On VPS

in #neutron7 years ago

Hi oicu8!

Thank you for the guide!! I was following it step-by-step, however, after trying to run the "make" command, I encounter following error, and I couldn't figure out what went wrong.. Can you please have a look and help?

Thank you in advance!

root@ntrn-mstrnd-2:~/Neutron# make
cd /root/Neutron/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory /root/Neutron/src/leveldb' make[1]:libleveldb.a' is up to date.
make[1]: libmemenv.a' is up to date. make[1]: Leaving directory/root/Neutron/src/leveldb'
cd /root/Neutron; /bin/sh share/genbuild.sh /root/Neutron/build/build.h
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -Wno-unused-variable -fpermissive -Wno-format-extra-args -Wno-unused-local-typedefs -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_DBUS -DHAVE_BUILD_INFO -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DLINUX -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtDBus -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoingui.o src/qt/bitcoingui.cpp
In file included from src/qt/bitcoingui.cpp:30:0:
src/qt/loggerpage.h:1:0: error: unterminated #ifndef
#ifndef LOGGERPAGE_H
^
In file included from src/qt/bitcoingui.cpp:30:0:
src/qt/loggerpage.h:73:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
qint64 qiLastPos = 0;
^
src/qt/loggerpage.h:68:72: error: 'Enums::Logger::LoggerCommand' is not a class or namespace
void SendCommand(Enums::Logger::LoggerCommand cmd = Enums::Logger::LoggerCommand::Activate);
^
make: *** [build/bitcoingui.o] Error 1
root@ntrn-mstrnd-2:~/Neutron#

Sort:  

Sorry guys, The old Guide was broke with the changes. Here is an updated version with the Wallet before the changes until I can get back home and get everything back going.
https://steemit.com/neutron/@oicu8/neutron-temp-fix-guide-for-ubuntu-wallets

Same here..