Description
I haven't build this in a while.. last time was when it was at svn.code.sf.net
This is where the error starts.. Seems like it's not liking something in the Rules.inc file:
Src/OSD/SDL/Main.cpp: In function ‘int main(int, char**)’: Src/OSD/SDL/Main.cpp:2095:15: error: ‘SDL_HINT_WINDOWS_DPI_AWARENESS’ was not declared in this scope 2095 | SDL_SetHint(SDL_HINT_WINDOWS_DPI_AWARENESS, "system"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Src/OSD/SDL/Main.cpp: At global scope: Src/OSD/SDL/Main.cpp:209:24: warning: ‘void DebugCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, const void*)’ defined but not used [-Wunused-function] 209 | static void GLAPIENTRY DebugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* message, const void* userParam) | ^~~~~~~~~~~~~ make: *** [Makefiles/Rules.inc:345: obj/Main.o] Error 1