[03:44:01] @Matt (Dev) dependencies installing in osx... 🤞 [04:12:08] no go... https://pastebin.com/1gJUcNhs [04:53:43] looks like it's still compiling though [05:04:26] @zanuka can you paste the whole sequence of commands u enter [05:07:31] 1. cd depends 2. make 3. cd .. 4. ./autogen.sh 5. ./configure --prefix=pwd/depends/x86_64-apple-darwin17.6.0 6. make [05:09:28] this is the tail end of the output after the main make in root dir https://pastebin.com/66iNp9RG [05:09:50] no err on autogen step [05:10:47] ❯ echo $path /usr/local/bin /usr/bin /bin /usr/sbin /sbin [05:17:01] can you manually substitute ‘pwd’ with your user path [05:17:39] something like /Users/youruser/navcoin-core [05:18:04] and verify the name of the folder u are specifying and the one created on depends is the same [05:21:55] yeah will do when I get home [09:52:01] std::string serverURL = "https://dns.google.com/resolve?name="+url+"&type="+std::to_string(record_type)+"&cd=0&edns_client_subnet=0.0.0.0/0&random_padding=" + random_string(253 - url.length()); [09:52:07] @Ro [09:52:09] so here's the output from running configure step https://pastebin.com/gGSeam97 [09:52:13] seems fine [09:52:21] this is the api endpoint i use to resolve using dns over https [09:58:39] this is the result of running make from root after configure step - https://asciinema.org/a/190243 [10:00:24] will look now [10:00:29] mine is still running [10:04:14] lol I got a zlib error [10:04:19] I've seen it before though let me think [10:04:28] seems like it's not picking up my qt [10:04:29] it's weird becaues I didn't get it last time I cloned a freshy [10:04:36] shouldn't it be at /usr/bin/qmake ? [10:04:47] qt? [10:04:48] hmm that's odd [10:05:02] it detects qt when you configure with the pwd and stuff [10:05:12] I had an error where it wasn't finding qt [10:05:36] make[2]: *** [qt/libnavcoinqt_a-askpassphrasedialog.o [10:07:46] https://asciinema.org/a/C7VC4IFKbM38PvyuglzX0l5Vh [10:09:18] Nice, will clone fresh and reinstall deps and compare to that [10:12:12] you running this gcc version? ❯ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin [10:12:37] Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2) Target: x86_64-apple-darwin17.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin [10:14:17] yes and yes [10:14:48] going to uninstall reinstall all the brew deps as well [10:24:37] @aguycalled ... should I disregard this or should we update readme to use protobuf@2.6? Warning: Use protobuf@2.6 instead of deprecated protobuf260 [10:24:54] just noticed when reinstalling brew deps [10:31:35] it seems to be the same result using brew install homebrew/core/protobuf260 --c++11 ... am disregarding that warning, as it only appears when uninstalling from brew [10:56:09] i dont know, whatever works [11:59:22] ok well here's my latest make from root https://asciinema.org/a/190257 [12:03:36] success [12:03:37] https://cdn.discordapp.com/attachments/416000318149754881/464400956503883776/Screen_Shot_2018-07-06_at_12.03.12_AM.png [12:08:49] I'm now running core from src/ and executing cli commands 🏁 [12:08:50] https://cdn.discordapp.com/attachments/416000318149754881/464402270138793984/Screen_Shot_2018-07-06_at_12.07.50_AM.png [22:00:27] @mat still unable to get the qt binaries to build however... [22:58:00] @prole saw your comment on Matt's PR... are you getting errors like this running make from root dir? /usr/local/Cellar/protobuf/3.5.1_1/include/google/protobuf/stubs/port.h:365:21: note: expanded from macro 'bswap_16' #define bswap_16(x) OSSwapInt16(x) [22:58:08] I get about 10 of those... [22:58:26] and it finishes with this make[2]: *** [qt/libnavcoinqt_a-askpassphrasedialog.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 [22:58:57] and am on protobuf@2.6 in brew [23:08:28] more important to look at the output of ./configure at this stange [23:08:31] *stage [23:08:50] ctrl+f for "qt" [23:08:56] and see if any errors are reported [23:10:26] do you get this line in the output? [23:10:27] configure: WARNING: libprotobuf not found; navcoin-qt frontend will not be built [23:12:43] what ports need to be open for NTP server check? [23:13:03] I have this error on the NavTech servers after upgrading to 4.2.1: Error: A connection could not be made to any ntp server. Please ensure you system clock is correct otherwise your stakes will be rejected by the network [23:13:13] @aguycalled @paul [23:13:56] ok will try ... also what version of qt you have installed via brew? I just added some more comments to PR in the Sierra / QT section of readme [23:14:20] qt-5 i think [23:15:04] checking for Qt5Core Qt5Gui Qt5Network Qt5Widgets... yes checking for Qt5Test... yes checking for Qt5DBus... yes checking for static Qt... no [23:15:41] yep I re-ran configure and am getting the same... configure: WARNING: Qt dependencies not found; navcoin-qt frontend will not be built checking whether to build NavCoin Core GUI... no (Qt5) [23:16:03] well [23:16:07] that is different to me [23:16:34] so is it 5.7? that formulae no longer avail in brew [23:16:35] yours is erroring on Qt dependencies [23:16:41] mine is on libprotobuf [23:17:12] i cant remember [23:17:17] i cant spend more time on this now [23:17:29] yeah I'm heading out for an appt as well, but will try again later [23:17:31] but i have hopefully pointed you guys in the right direction to investigate [23:17:51] indeed, thanks 🍺 [23:18:00] np [23:36:15] It's port 123 [23:36:27] Or just just ntpminutes flag