Ghost Posted May 2, 2018 Report Share Posted May 2, 2018 https://asciinema.org/a/179356 Â 1 Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
manosv Posted May 6, 2018 Report Share Posted May 6, 2018 I am trying to compile the wallet on Ubuntu 16.04.4 LTS .I followed all the steps as above but i am getting an error.  manosv@Compaq:~/denarius$ make cd /home/manosv/denarius/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a make[1]: Entering directory '/home/manosv/denarius/src/leveldb' make[1]: 'libleveldb.a' is up to date. make[1]: 'libmemenv.a' is up to date. make[1]: Leaving directory '/home/manosv/denarius/src/leveldb' cd /home/manosv/denarius; /bin/sh share/genbuild.sh /home/manosv/denarius/build/build.h g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DUSE_LEVELDB -DHAVE_BUILD_INFO -DLINUX -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/qt/plugins/mrichtexteditor -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/masternodemanager.o src/qt/masternodemanager.cpp src/qt/masternodemanager.cpp:27:21: fatal error: QScroller: No such file or directory compilation terminated. Makefile:4299: recipe for target 'build/masternodemanager.o' failed make: *** [build/masternodemanager.o] Error 1 How to solve this.Or i do wrong. Quote Link to comment Share on other sites More sharing options...
Crazyhead Posted May 17, 2018 Report Share Posted May 17, 2018 Would you also be able to make a tutorial like this to compile the wallet for windows? https://denariustalk.org/index.php?/topic/197-compiling-windows-qt-wallet/ Quote Link to comment Share on other sites More sharing options...
drcopperfield Posted June 24, 2018 Report Share Posted June 24, 2018 (edited) On 5/6/2018 at 8:54 PM, manosv said: I am trying to compile the wallet on Ubuntu 16.04.4 LTS .I followed all the steps as above but i am getting an error.  manosv@Compaq:~/denarius$ make cd /home/manosv/denarius/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a make[1]: Entering directory '/home/manosv/denarius/src/leveldb' make[1]: 'libleveldb.a' is up to date. make[1]: 'libmemenv.a' is up to date. make[1]: Leaving directory '/home/manosv/denarius/src/leveldb' cd /home/manosv/denarius; /bin/sh share/genbuild.sh /home/manosv/denarius/build/build.h g++ -c -fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DUSE_LEVELDB -DHAVE_BUILD_INFO -DLINUX -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/qt/plugins/mrichtexteditor -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/masternodemanager.o src/qt/masternodemanager.cpp src/qt/masternodemanager.cpp:27:21: fatal error: QScroller: No such file or directory compilation terminated. Makefile:4299: recipe for target 'build/masternodemanager.o' failed make: *** [build/masternodemanager.o] Error 1 How to solve this.Or i do wrong. Did you solve this error? I am receiving the same one: QScroller not found Edited June 24, 2018 by drcopperfield Typo Quote Link to comment Share on other sites More sharing options...
buzzkillb Posted February 11, 2019 Report Share Posted February 11, 2019 sudo apt-get --assume-yes install git unzip build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev libgmp-dev libevent-dev autogen automake libtool libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools sudo apt install qt5-default Change denarius-qt.pro Quote stdlib=c99 to gnu99 qmake "USE_QRCODE=1" "USE_UPNP=1" denarius-qt.pro make  Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.