11:28:12 Release version 1.7.1 of the GUI guide: https://github.com/monero-ecosystem/monero-GUI-guide/releases/tag/v1.7.1 11:30:28 thanks 13:46:16 i've started work on Monero GUI, for next 2 months probably 15:24:23 let's get some fanfare in the chat 15:37:49 GCC is already oppressing me on my first day: (-Werror=unused-variable) 16:35:47 dsc_: have you tried turning it off and on again? 16:38:27 im already getting cyberbullied!! 16:38:33 * dsc_ grabs more coffee 17:36:45 omg the bands back together! 17:37:12 🙌 👏 18:15:14 -xmr-pr- selsta opened pull request #2969: workflows: add experimental mac cmake 18:15:14 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/2969 19:38:29 Anyone here using CLion for dev @ monero-gui ? 19:43:49 Or CMake 20:06:39 Looks like xiphon is doing some cmake stuffz.. question for you 20:07:16 one usually does an "out of source" build with cmake; `mkdir build, cd build, cmake .., make` 20:07:36 Can you verify this is currently working? It will fail on compiling monero/translations for me 20:08:42 If in the root folder you do `cmake .` and `make`, it will compile, but then you'll get `fatal error: QtGlobal: No such file or directory` and `fatal error: QObject: No such file or directory` etc (im setting the path to Qt correctly) 20:11:06 xiphon: perhaps you can share detailed steps on how you compile with cmake, would be great if I could use CLion