I was compiling MuseScore, because version 2.0.2 doesn't have a binary for 32-bit Ubuntu. This was the error that I got
Code:
In file included from /home/techdude/MuseScore/mscore/editstyle.h:24:0,
from /home/techdude/MuseScore/mscore/editstyle.cpp:24:
/home/techdude/MuseScore/build.release/mscore/ui_editstyle.h: In member function ‘void Ui_EditStyleBase::setupUi(QDialog*)’:
/home/techdude/MuseScore/build.release/mscore/ui_editstyle.h:546:10: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
void setupUi(QDialog *EditStyleBase)
^
Any ideas on how to fix it?