-
ErCiccione[m]Release version 1.7.1 of the GUI guide: github.com/monero-ecosystem/monero-GUI-guide/releases/tag/v1.7.1
-
selstathanks
-
dsc_i've started work on Monero GUI, for next 2 months probably
-
luigi1111wlet's get some fanfare in the chat
-
dsc_GCC is already oppressing me on my first day: (-Werror=unused-variable)
-
fluffyponydsc_: have you tried turning it off and on again?
-
dsc_im already getting cyberbullied!!
-
» dsc_ grabs more coffee
-
kinghat[m]omg the bands back together!
-
kinghat[m]π π
-
xmr-prselsta opened pull request #2969: workflows: add experimental mac cmake
-
xmr-pr
-
dsc_Anyone here using CLion for dev @ monero-gui ?
-
dsc_Or CMake
-
dsc_Looks like xiphon is doing some cmake stuffz.. question for you
-
dsc_one usually does an "out of source" build with cmake; `mkdir build, cd build, cmake .., make`
-
dsc_Can you verify this is currently working? It will fail on compiling monero/translations for me
-
dsc_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)
-
dsc_xiphon: perhaps you can share detailed steps on how you compile with cmake, would be great if I could use CLion