Skip to content

Instantly share code, notes, and snippets.

@ericfont
Created March 22, 2017 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericfont/3943ba2773b348f399f5f5b498c549c3 to your computer and use it in GitHub Desktop.
Save ericfont/3943ba2773b348f399f5f5b498c549c3 to your computer and use it in GitHub Desktop.
5 Errors when try to build 2.1 commit e35af69355e1de4ec605264494b3f2267428a696 on Arch Linux Mate in QtCreator.
/home/e/MuseScore/omr/omrpage.h:66: error: 'ClefType' does not name a type
ClefType type = CLEF_G;
^~~~~~~~
/home/e/MuseScore/omr/omrview.cpp:75: error: 'DPI' is not a member of 'Ms::MScore'
pageWidth = lrint(pf->width() * mag * MScore::DPI);
^~~~~~
/home/e/MuseScore/omr/omrview.cpp:160: error: 'DPI' is not a member of 'Ms::MScore'
int h = lrint(pf->height() * mag * MScore::DPI);
^~~~~~
/home/e/MuseScore/omr/omrview.cpp:240: error: 'quartheadSym' was not declared in this scope
if (n->sym == quartheadSym)
^~~~~~~~~~~~
/home/e/MuseScore/omr/omrpage.h:66: error: 'CLEF_G' was not declared in this scope
ClefType type = CLEF_G;
^~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment