-
selstadsc_: try "USE_SINGLE_BUILDDIR=ON DEV_MODE=ON make release -j3"
-
xiphondsc_: yeah, "make release" should be enough
-
xiphonalso you can check CI steps we are doing
-
xiphonAlready implemented Windows and Linux CMake release build targets
-
dsc_xiphon: cool, I did not know that. Ill check it out
-
dsc_Should have known better. I was trying to compile the GUI with latest Qt version (5.15.0), and it will crash & burn. CMake works fine on 5.9.9
-
dsc_The CMake port is impressive work, thanks to those who worked on it
-
dsc_Damnit, still can't get CLion to compile the GUI
-
dsc_make[2]: *** No rule to make target 'monero/external/easylogging++/libeasylogging.a', needed by 'bin/monero-wallet-gui'. Stop.
-
dsc_its looking for .a while .so exists hmmz
-
dsc_xiphon: I've located the issue with CMake, running with -DCMAKE_BUILD_TYPE=Debug will yield the error above
-
dsc_If you could verify would be great, till then ill use QtCreator+qmake (booo)
-
dsc_"$ make debug" also failing on the core `monero` repo
-
dsc_nvm, scratch that