-
iDunk
-
hank303understood
-
hank303any idea though
-
luigi1111w.merges
-
xmr-pr6877 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
-
luigi1111wdoes 7312 really need to be 18 commits
-
luigi1111woh great, I have to deal with 7311 anyway because it won't fetch now
-
mj-xmr_Am I the only one having trouble building master, because of external modules?
-
mj-xmr_
-
moneromoooNo, it definitely should not. I had not noticed.
-
mj-xmr_Submodule 'external/unbound' is not up-to-date.
-
mj-xmr_says CMake
-
moneromoooSeems fine here. Make sure you git submodule sync.
-
mj-xmr_Works now. I copied the .git/modules dir to my branch. Thanks for checking with me.
-
mj-xmr_Sorry, to my local cloned copy.
-
mj-xmr_Gents, we're doing progress on the compilation time front.
-
mj-xmr_Now: Parsing (frontend): 1525.9 s
-
mj-xmr_Previous: Parsing (frontend): 1727.3 s
-
mj-xmr_-11,5%
-
mj-xmr_The full report for the latest merges will be available in about 10 hours from now.
-
luigi1111there are more coming
-
mj-xmr_That's great. The report needs some granularity anyway.
-
selsta.merges
-
xmr-pr7270 7312 7313 7319 7325 7331 7332 7333 7339 7340 7341 7343 7349 7351 7352 7355 7361 7362 7371
-
cmlfacgvuyxWhat kind of person steals from their own community? www.reddit.com/r/Monero/comments/6d5yt5/what_fluffypony_just_did_is_not_ok/
-
zacasohi 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?
-
moneromooomake -C build/wherever simplewallet
-
zacasothank you, but i tried that and it says "no rule to make target 'simplewallet'. stop"
-
hycmake -C build/src/simplewallet
-
moneromoooReplace wherever with the actual directory.
-
iDunkmake -C build/<platform>/<branch>/release simplewallet
-
zacasoooooh i get it, i was missing the platform part!
-
zacasonow its building, thank you so much guys