11:09:37 Hi guys I need help 11:09:58 I have a phone and I wanna start mining using termux 11:10:11 Can anyone tell me how to do it 11:12:14 Hello 11:12:17 Is anyone here 11:14:00 Try asking in #monero. 11:19:57 #monero I need help 11:29:37 iamshrood, you are here in the "monero-dev" room, where mining questions are off-topic. You can switch to the general "monero" room for such questions. 11:30:35 But a little spoiler: You will probably mine XMR for 5 USD or so *per year* with your smartphone, maximum. And maybe your phone will die from overheating. 18:04:52 Are there any devs here who is able to get clangd to work over monero repository ? 18:06:03 It's embarassing but from the first time i pulled up monero repo to even today, I can't get clangd in my IDE to work correctly. Built it and everything but everytime it just act like the files around the one you edit don't exist 18:06:37 `Too many errors emitted, stopping now` 18:06:39 in most files 18:21:09 https://matrix.monero.social/_matrix/media/v1/download/monero.social/fLFdQxulQsCsNEKwqnvDCZFZ 18:21:25 my average monero repo experience 18:21:42 `Use of undeclared identifier` 18:22:48 It's been years it's like that, and I've cycled between Arch, Fedora, Debian both have libstdc++ and boost-devel installed yet clangd is shitting itself. So I'm really wondering if there is something I missed 18:52:45 Tried to replace `clangd` with `ccls`, same errors 19:28:09 1 hour and 20 minutes in, I want too shoot myself and unironically want to murder my pet and send death threats to clang developer. Please someone tell me they got it working one day and which distro they used 19:29:10 How can you screw something that simple, have 0 logs and useless docs is beyond my understanding 19:29:36 This is the definition of hell. 22:02:29 #include near the top of the file. 22:02:56 Wait. More stuff is redlines, might not be atexit that's the problem... 22:06:59 hi moneromooo, I've continued to tests out of ranting. Main issue is that `ccls` or `clangd` don't manage find local imports like `#include "crypto/crypto.h"` and in cascade effect it consider a lot of the `std` or C built in functions as potentially user defined. thus these errors 22:08:11 If I take single .h like `common/aligned.c` no warning whatsoever 22:10:37 I think that's weird because Cmake is supposedly exporting a `compile_commands.json` 22:12:28 Did you run "make release" or similar from a *clean* tree ? 22:12:32 Alright, fixed, sorry for spam, anger out 22:12:33 Cmake compiled the compile_commands.json but in the build output directory so you have to copy it back at the root 22:12:36 cmake can sometimes nuke your makefile. 22:12:54 moneromooo: master, make -j3 22:13:32 now that I've copied the compile_command.json at the root everything is working perfectly fine 23:32:32 Hi