-
selsta
.merges
-
xmr-pr
8318 8324 8325 8326 8328 8330 8331
-
selsta
.merge+ 8337 8338 8340
-
xmr-pr
Added
-
sech1
Where is the github repo for Monero GUI installer for Windows (monero-gui-install-win-x64-v0.17.3.2.exe)?
-
sech1
not the wallet itself, but the installer
-
sech1
nevermind, I'm stupid in the morning :D
-
rbrunner
So you found the folder? :)
-
sech1
yes :)
-
sech1
I want to fix "p2pool install failed" once and for all, and for that I need to make some changes to the installer script
-
rbrunner
Did not follow developments. It fails sometimes then?
-
sech1
It fails if you download the installer and "next next next" install the GUI
-
sech1
because of file permissions
-
sech1
you have to run Monero GUI as admin for it to work, every time
-
sech1
which is not ideal
-
rbrunner
Er, no, certainly not.
-
rbrunner
This gives away the little protection installing it offers in the first place.
-
adhamfarrag[m]
Hi.. trying to connect Monero GUI to my Ledger via an Intel Macbook. It gives me error finding connected devices. Ledger support asked me to Ask Monero Community. Anyone else having this issue ?
-
sethforprivacy
Try in #monero or r/MoneroSupport, this is a dev-focused channel 🙂
-
adhamfarrag[m]
Thanks Seth For Privacy !
-
MeowingCat
hiiii
-
MeowingCat
im building monero-cpp on Windows/MSYS2-MinGW64
-
MeowingCat
but im getting compiling errors
-
MeowingCat
C:/msys64/mingw64/include/c++/12.1.0/bits/stl_function.h:117:12: note: declared here
-
MeowingCat
117 | struct unary_function
-
MeowingCat
| ^~~~~~~~~~~~~~
-
MeowingCat
ninja: build stopped: subcommand failed.
-
selsta
MeowingCat_: you have to post the full log
-
MeowingCat
@selsta, hiiiii again thank you for help
-
MeowingCat
-
MeowingCat
i did checkout to v0.7.0 revision and i thought i should run bin/update_submodules.sh again i did buttt now im getting this
-
MeowingCat
trying to understand
-
selsta
jeffro256[m]:
monero-project/monero #8338 needs some more work, can you take a look at that?
-
selsta
left a comment on the PR
-
selsta
MeowingCat: I don't know what this is
-
selsta
CoinPG?
-
MeowingCat
im making a wallet thing
-
MeowingCat
for ETH, BTC and XMR
-
MeowingCat
i wrote ETH and BTC parts in C#
-
MeowingCat
now i will write XMR part in C++
-
MeowingCat
is this PR merged after v0.7.0?
-
selsta
this PR is unrelated to your issue
-
selsta
I thought you were trying to compile monero itself, I'm not familiar with monero-cpp and your error messages are in a different language
-
MeowingCat
i will write XMR parts with monero-cpp and i have to build it for all platforms
-
MeowingCat
i built monero's itself
-
MeowingCat
there was an error
-
MeowingCat
just fixed it with casting a variable
-
MeowingCat
as i understand monero-cpp is using monero repo
-
MeowingCat
-
MeowingCat
the doc says: cd $MONERO_CPP/external/monero-project && make release-static -j8
-
MeowingCat
at first and after: cd $MONERO_CPP && ./bin/build_libmonero_cpp.sh
-
selsta
did you get it to work on other OS?
-
MeowingCat
not yet
-
MeowingCat
im using Windows 11
-
MeowingCat
i will try cross-compiling
-
MeowingCat
i have to build my C++ part (with monero-cpp) for Windows, Android and iOS targets
-
selsta
woodser[m]: any idea? ^
-
MeowingCat
i think i should do make "release-static-win64" or "debug-static-win64"
-
MeowingCat
i just copied what the docs says this time
-
MeowingCat
i did "make debug-static-win64" and it is compiling
-
MeowingCat
it is compiling rn
-
MeowingCat
i hope linking will not take incredibly long time again :(