Build Fails because of Google Analytics on macOS 11
I was building MuseScore on macOS 11 to start adding support for the new method of providing document icons when I ran into this error:
** BUILD FAILED **
The following build commands failed:
CompileC build.release/framework/google_analytics/mscore.build/Release/google_analytics.build/Objects-normal/x86_64/ganalytics.o thirdparty/google_analytics/ganalytics.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
make: *** [release] Error 65
I followed each step for compiling for macOS in the handbook. Can someone please help me get it compiling?
Comments
See https://github.com/musescore/MuseScore/pull/6647, fix an error I made in https://github.com/musescore/MuseScore/pull/6588
But then again: the master branch now requires Qt 5.15, which means macOS 10.10, 10.11 and 10.12 are not supported anymore
Edit: oh, the brand new macOS 11, not the antediluvian 10.11...
In reply to See https://github.com… by Jojo-Schmitz
Sounds good. I'll watch that PR and pick back up working on mine after it is merged.