06:58:51 This looks great. I personally do have some experience on C++, but the monero core protocol code seems like a nightmare for me to read, is there any good book/ simpler ways to start? 13:27:54 why did static targets got removed ? 13:46:52 frankly this is stupid. I now have to install 120MB of dependencies on my debian machine for monerod to run + I use a different machine to compile and therefore can't use latest version of boost on distributions that don't ship it. 13:47:16 I don't wanna imagine the nightmare for Alpine Linux 13:49:01 Its in the pr description 13:49:43 They arent removed, but made generic, and didnt work anyway. Depends is recommended instead iirc (need to re-read the pr) 13:50:35 thx you ofrnxmr, once again you save me, i owe you a stick, two screws and a soda can 13:50:51 https://github.com/monero-project/monero/pull/9538#issuecomment-2436561113 13:51:10 https://github.com/monero-project/monero/pull/9538#discussion_r1955803168 13:57:19 `make: *** No rule to make target 'depends'. Stop.` 13:57:20 BRUH 13:57:24 (latest master) 13:57:59 The target is a lie 🎂 14:03:28 https://github.com/monero-project/monero?tab=readme-ov-file#cross-compiling 14:04:43 depends isnt generic, have to specify the target (and it doesn't work with new version of gcc). 14:04:44 guix builds should work tho 14:05:22 there are no target to begin with 14:05:43 there are no `depends` Makefile target to begin with 14:05:56 so adding `target=` don't change anything 14:06:13 so `make depends target=` don't change anything 14:09:28 (will look at gui) 14:09:29 (will look at guix) 14:09:38 sorry IRC i'm definitely spamming you today 14:27:27 It definitely works on the CI 15:00:56 not_a_money_printer: This may be a good start: https://monero-book.cuprate.org/ 15:00:56 Zero to Monero and Mastering Monero are good, too, but some parts are out of date: https://www.getmonero.org/library/ 15:19:24 mhm. ok i recloned the repo and it seems its because I first decided to paly with Cmake and debug build that it didn't work 16:16:08 I've done guix builds of master recently fwiw. super easy 16:16:49 https://github.com/monero-project/monero/blob/master/contrib/guix/README.md 16:26:19 I'll do that then. `make depends` sucks, no clang support, go in and compile useless dependencies for tests like protobuf, at the end i can't use it because of GLIBC version mismatching 16:30:35 Guix is replacing gitian iiuc 16:31:52 I sure hope so ^.^ 20:56:56 <0​x0000077138:matrix.org> Hey i accidently downloaded all kind of xmr stuff in curiosity - someone hacked me using mcdonalds software, how to opt out of tracking technologies? 22:18:00 McDonalds??? 22:42:52 ..spam 23:23:30 The McDonalds drainer left my family in poverty. I can't recover my Monero plz help 23:31:44 bro literally party popped 🎉 his own comment 23:35:35 <0​x0000077138:matrix.org> They compromised my cli while i was away and are using qr codes with mcd app 23:35:42 Comedic effect lol 23:38:28 guix environment: error: mount: mount "none" on "/tmp/guix-directory.FLYQWJ": Permission denied 23:38:32 It's over 23:39:14 `make` => can't find boost obviously since its dynamically linked 23:39:14 `make depends` => GLIBC versioning mismatch 23:39:16 `guix-build` => fail miserably 23:39:26 monerod is allergic to static build it seems