00:06:30 https://paste.debian.net, https://paste.ubuntu.com 00:10:08 understood 00:10:11 any idea though 02:33:01 .merges 02:33:01 -xmr-pr- 6877 6959 6986 7000 7185 7242 7252 7265 7270 7273 7275 7284 7288 7294 7308 7309 7311 7312 7313 7319 7325 7331 7332 7333 7339 7340 7341 7343 7349 7351 7352 7355 7361 7362 7371 03:04:32 does 7312 really need to be 18 commits 03:08:06 oh great, I have to deal with 7311 anyway because it won't fetch now 08:36:03 Am I the only one having trouble building master, because of external modules? 08:36:04 https://paste.debian.net/1185663/ 09:38:06 No, it definitely should not. I had not noticed. 10:06:39 Submodule 'external/unbound' is not up-to-date. 10:06:49 says CMake 10:12:06 Seems fine here. Make sure you git submodule sync. 10:47:26 Works now. I copied the .git/modules dir to my branch. Thanks for checking with me. 10:47:39 Sorry, to my local cloned copy. 11:48:52 Gents, we're doing progress on the compilation time front. 11:48:55 Now: Parsing (frontend): 1525.9 s 11:49:06 Previous: Parsing (frontend): 1727.3 s 11:49:37 -11,5% 11:50:18 The full report for the latest merges will be available in about 10 hours from now. 14:14:09 there are more coming 14:25:03 That's great. The report needs some granularity anyway. 15:38:41 .merges 15:38:41 -xmr-pr- 7270 7312 7313 7319 7325 7331 7332 7333 7339 7340 7341 7343 7349 7351 7352 7355 7361 7362 7371 15:43:49 What kind of person steals from their own community? www.reddit.com/r/Monero/comments/6d5yt5/what_fluffypony_just_did_is_not_ok/ 22:25:38 hi guys, i have a question, is there a way to quickly modify the monero-cli-wallet and try it out without having to build everything in the monero repository with the `make` command? 22:26:28 make -C build/wherever simplewallet 22:29:03 thank you, but i tried that and it says "no rule to make target 'simplewallet'. stop" 22:29:47 make -C build/src/simplewallet 22:30:26 Replace wherever with the actual directory. 22:30:38 make -C build///release simplewallet 22:30:55 ooooh i get it, i was missing the platform part! 22:31:31 now its building, thank you so much guys