For a long time Now I've been having problems trying to build dolphin from the source on github. I can't find the issue on google or anywhere. anyone got a clue whats going on?
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp: In member function ‘void SConfig::LoadAutoUpdateSettings(IniFile&)’:
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp:670:53: error: ‘SCM_UPDATE_TRACK_STR’ was not declared in this scope
section->Get("UpdateTrack", &m_auto_update_track, SCM_UPDATE_TRACK_STR);
^~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp:670:53: note: suggested alternative: ‘SCM_DESC_STR’
section->Get("UpdateTrack", &m_auto_update_track, SCM_UPDATE_TRACK_STR);
^~~~~~~~~~~~~~~~~~~~
SCM_DESC_STR
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp: In member function ‘void SConfig::LoadAutoUpdateSettings(IniFile&)’:
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp:670:53: error: ‘SCM_UPDATE_TRACK_STR’ was not declared in this scope
section->Get("UpdateTrack", &m_auto_update_track, SCM_UPDATE_TRACK_STR);
^~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/dolphin/Source/Core/Core/ConfigManager.cpp:670:53: note: suggested alternative: ‘SCM_DESC_STR’
section->Get("UpdateTrack", &m_auto_update_track, SCM_UPDATE_TRACK_STR);
^~~~~~~~~~~~~~~~~~~~
SCM_DESC_STR