[00:52:53] yes @salmonskinroll [09:30:59] @prole could you have a look at https://github.com/navcoin/navcoin-core/pull/634? what do you think? [12:39:54] compile failed on ubuntu 16.04 with this error [12:39:58] /usr/bin/ld: libnavcoin_consensus.a(libnavcoin_consensus_a-blake.o): relocation R_X86_64_32 against.rodata' can not be used when making a shared object; recompile with -fPIC libnavcoin_consensus.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:3873: recipe for target 'navcoind' failed make[2]: [navcoind] Error 1 make[2]: Leaving directory '/root/tmp/navcoin-core/src' Makefile:9846: recipe [12:39:59] for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/root/tmp/navcoin-core/src' Makefile:704: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1` [12:40:12] you need to ./configure --disable-hardening [13:03:59] ./mnemonic/mnemonic.h:38:15: warning: ‘mnemonic_seed_multiple’ defined but not used [-Wunused-variable] static size_t mnemonic_seed_multiple = 4; ^ In file included from qt/navcoingui.cpp:41:0: ./miner.h:38:13: warning: ‘fStaking’ defined but not used [-Wunused-variable] static bool fStaking; ^ make[2]: Leaving directory '/root/tmp/navcoin-core/src' Makefile:9846: recipe for target [13:04:00] 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/root/tmp/navcoin-core/src' Makefile:704: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 [13:04:09] another error 🙂 [13:04:24] thats a warning [13:04:32] the error should be before that [13:04:50] Makefile:7109: recipe for target 'qt/qt_libnavcoinqt_a-intro.o' failed make[2]: *** [qt/qt_libnavcoinqt_a-intro.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [13:05:07] could you show the whole thing [13:06:18] https://cdn.discordapp.com/attachments/416000318149754881/647045118137991168/build.log [13:14:13] what branch are u on? [13:15:34] master [13:17:53] looks like you are missing some boost dependencies [13:18:00] how did you install boost? [13:18:17] https://github.com/navcoin/navcoin-dev-tools/blob/master/ubuntu-18.04-navcoin-core-dev-setup.sh [13:18:23] used this script [13:19:24] sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev [13:19:27] @sakdeniz [13:19:51] it says all of them already installed [13:20:04] root@sakdeniz-VirtualBox:~/tmp/navcoin-core# sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev Reading package lists... Done Building dependency tree... 50% Building dependency tree Reading state information... Done libboost-program-options-dev is already the newest version (1.58.0.1ubuntu1). libboost-program-options-dev set [13:20:04] to manually installed. libboost-chrono-dev is already the newest version (1.58.0.1ubuntu1). libboost-chrono-dev set to manually installed. libboost-filesystem-dev is already the newest version (1.58.0.1ubuntu1). libboost-filesystem-dev set to manually installed. libboost-system-dev is already the newest version (1.58.0.1ubuntu1). libboost-system-dev set to manually installed. libboost-test-dev is already the newest version (1.58.0.1ubuntu1). [13:20:05] libboost-test-dev set to manually installed. libboost-thread-dev is already the newest version (1.58.0.1ubuntu1). libboost-thread-dev set to manually installed. The following package was automatically installed and is no longer required: snapd-login-service Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. [13:20:28] ls depends [13:22:08] root@sakdeniz-VirtualBox:~/tmp/navcoin-core# ls depends/ builders config.guess config.sub funcs.mk Makefile packages.md README.md work built config.site.in description.md hosts packages patches sources x86_64-pc-linux-gnu [13:22:40] ./configure --disable-hardening --without-gui --depends=/tmp/navcoin-core/x86_64-pc-linux-gnu [13:23:50] root@sakdeniz-VirtualBox:~/tmp/navcoin-core# ./configure --disable-hardening --without-gui --depends=/tmp/navcoin-core/x86_64-pc-linux-gnu configure: error: unrecognized option:--depends=/tmp/navcoin-core/x86_64-pc-linux-gnu'` [13:23:58] sorry [13:24:06] ./configure --disable-hardening --without-gui --prefix=/tmp/navcoin-core/x86_64-pc-linux-gnu [13:41:35] compiled with --without-gui [13:41:42] but there is no navcoin-qt [13:42:02] if you need the gui remove --without-gui [13:42:04] if i remove --without-gui there is an error again [13:42:26] try using a newer ubuntu image then, itll be quicker [13:42:42] 18.04 should be fine [13:42:54] yeah probably [13:42:55] thanks [16:27:30] https://cdn.discordapp.com/attachments/416000318149754881/647095753348612107/VirtualBox_Ubuntu_18.04_21_11_2019_18_27_12.png [16:28:37] @aguycalled 🎊 [16:29:05] amazing! 🙂