- 
ndorf
am i blind or is the 'request review from...' function somehow disabled for the monero github repo?
 
- 
mj-xmr[m]
selsta: 7805 - nothing more to nitpick.
 
- 
mj-xmr[m]
7825 needs somebody to look at the wallet2.cpp changes.
 
- 
selsta
mj-xmr[m]: it's enough to compare the patches in 7825 against the ones merged into master branch
 
- 
selsta
.merge+ 7805
 
- 
mj-xmr[m]
selsta: OK, so I've just done it. Check.
 
- 
selsta
ty
 
- 
mj-xmr[m]
np
 
- 
selsta
.merge+ 7825
 
- 
xmr-pr
Added
 
- 
selsta
.merges
 
- 
xmr-pr
7805 7822 7825
 
- 
mj-xmr[m]
<ndorf> "am i blind or is the 'request..." <- As far as I can see, you can Re-request a review from sb., who has already checked. That symbol on the right of the avatar.
 
- 
mj-xmr[m]
circle with arrows
 
- 
NikolaIgnatovNed
stopwatch
 
- 
NikolaIgnatovNed
ruff ruff
 
- 
lru
this failes: git checkout v0.17.2.0 ; git submodule update
 
- 
lru
which causes the plain 'make' build to fail
 
- 
lru
external/miniupnp does not have the commit that master expects
 
- 
lru
anyone know where 4c700e09526a7d546394e85628c57e9490feefa0 can be found?
 
- 
wfaressuissia
 
- 
lru
wfaressuissia: yep, was already following that, but the repo is missing a commit or something
 
- 
lru
it fails if I use: git checkout release-v0.17 ; git submodule update
 
- 
lru
either branch or tag fails after the submodule update
 
- 
wfaressuissia
sorry, I'm too dumb to help then
 
- 
lru
no worries
 
- 
UkoeHB
lru: try these:
 
- 
UkoeHB
git submodule sync
 
- 
UkoeHB
git submodule update --init --recursive
 
- 
UkoeHB
git submodule update --init --force
 
- 
UkoeHB
cmake -S . -B build -DMANUAL_SUBMODULES=1
 
- 
lru
UkoeHB: thanks, didn't realize --recursive was needed on update
 
- 
wfaressuissia
indeed, `--recursive` was that magic flag
 
- 
lru
maybe that's my first patch... to README.md :-)
 
- 
wfaressuissia
 
- 
lru
wfaressuissia: it doesn't have the --recursive flag on update
 
- 
lru
that's what led me astray
 
- 
wfaressuissia
repeat again your steps without `--recursive`
 
- 
lru
well, that's what led me here... I did a plain git clone without recursive, then I saw that if I already had it downloaded, I could just do 'submodule init && submodule update' but I never did --recursive until UkoeHB mentioned it
 
- 
wfaressuissia
"
paste.debian.net/hidden/7f92ac47", "113 Fetched in submodule path 'external/miniupnp',  ..."
 
 
- 
selsta
lru: `git submodule sync` was the command you need
 
- 
Lyza
another person with issue of the gui not closing on windows 
reddit.com/r/monerosupport/comments/pa7v69/help_pls 
 
- 
selsta
Lyza: can you open the GUI twice on Windows?
 
- 
selsta
if yes it's not clear that they have the same issue as you, just that they had multiple GUI instances open
 
- 
selsta
(not that I'm doubting your issue, just that it doesn't seem clear from issue description)