00:04:25 <selsta> .merges
00:04:25 -xmr-pr- 8318 8324 8325 8326 8328 8330 8331
00:05:25 <selsta> .merge+ 8337 8338 8340
00:05:25 <xmr-pr> Added
07:44:50 <sech1> Where is the github repo for Monero GUI installer for Windows (monero-gui-install-win-x64-v0.17.3.2.exe)?
07:44:59 <sech1> not the wallet itself, but the installer
07:45:29 <sech1> nevermind, I'm stupid in the morning :D
08:08:25 <rbrunner> So you found the folder? :)
08:11:18 <sech1> yes :)
08:11:57 <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
08:12:21 <rbrunner> Did not follow developments. It fails sometimes then?
08:12:40 <sech1> It fails if you download the installer and "next next next" install the GUI
08:12:51 <sech1> because of file permissions
08:13:00 <sech1> you have to run Monero GUI as admin for it to work, every time
08:13:04 <sech1> which is not ideal
08:13:31 <rbrunner> Er, no, certainly not.
08:13:47 <rbrunner> This gives away the little protection installing it offers in the first place.
14:59:17 <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 ? 
15:09:01 <sethforprivacy> Try in #monero or r/MoneroSupport, this is a dev-focused channel 🙂
15:18:01 <adhamfarrag[m]> Thanks Seth For Privacy ! 
21:30:41 <MeowingCat> hiiii
21:31:32 <MeowingCat> im building monero-cpp on Windows/MSYS2-MinGW64
21:31:40 <MeowingCat> but im getting compiling errors
21:31:41 <MeowingCat> C:/msys64/mingw64/include/c++/12.1.0/bits/stl_function.h:117:12: note: declared here
21:31:42 <MeowingCat>   117 |     struct unary_function
21:31:42 <MeowingCat>       |            ^~~~~~~~~~~~~~
21:31:42 <MeowingCat> ninja: build stopped: subcommand failed.
23:02:16 <selsta> MeowingCat_: you have to post the full log
23:22:19 <MeowingCat> @selsta, hiiiii again thank you for help
23:22:21 <MeowingCat> https://pastebin.com/GZM0h3M9
23:23:13 <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
23:23:21 <MeowingCat> trying to understand
23:24:43 <selsta> jeffro256[m]: https://github.com/monero-project/monero/pull/8338 needs some more work, can you take a look at that?
23:25:06 <selsta> left a comment on the PR
23:25:38 <selsta> MeowingCat: I don't know what this is
23:25:56 <selsta> CoinPG?
23:26:29 <MeowingCat> im making a wallet thing
23:26:32 <MeowingCat> for ETH, BTC and XMR
23:26:43 <MeowingCat> i wrote ETH and BTC parts in C#
23:26:49 <MeowingCat> now i will write XMR part in C++
23:27:55 <MeowingCat> is this PR merged after v0.7.0?
23:28:28 <selsta> this PR is unrelated to your issue
23:28:44 <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
23:28:46 <MeowingCat> i will write XMR parts with monero-cpp and i have to build it for all platforms
23:29:05 <MeowingCat> i built monero's itself
23:29:10 <MeowingCat> there was an error
23:29:19 <MeowingCat> just fixed it with casting a variable
23:29:30 <MeowingCat> as i understand monero-cpp is using monero repo
23:29:37 <MeowingCat> https://github.com/monero-ecosystem/monero-cpp#using-this-library-in-your-project
23:29:55 <MeowingCat> the doc says: cd $MONERO_CPP/external/monero-project && make release-static -j8
23:30:23 <MeowingCat> at first and after: cd $MONERO_CPP && ./bin/build_libmonero_cpp.sh
23:33:03 <selsta> did you get it to work on other OS?
23:34:41 <MeowingCat> not yet
23:34:44 <MeowingCat> im using Windows 11
23:34:53 <MeowingCat> i will try cross-compiling
23:35:30 <MeowingCat> i have to build my C++ part (with monero-cpp) for Windows, Android and iOS targets
23:36:04 <selsta> woodser[m]: any idea? ^
23:44:40 <MeowingCat> i think i should do make "release-static-win64" or "debug-static-win64"
23:44:59 <MeowingCat> i just copied what the docs says this time
23:45:14 <MeowingCat> i did "make debug-static-win64" and it is compiling
23:45:54 <MeowingCat> it is compiling rn
23:46:26 <MeowingCat> i hope linking will not take incredibly long time again :(