Skip to content

Linux build error (Ubuntu 22.04.5) #243

Open
@HoJo215

Description

@HoJo215

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions