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