zelurker / raine

Raine emulator

Home Page:http://raine.1emulation.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error with gcc 8.1.0

seadra opened this issue · comments

The latest stable gcc gives the following error:

source/sdl/dialogs/about.cpp:786:15: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
{ EMUNAME" "VERSION" (c)1998-2015 " HANDLE, NULL, NULL },

Arch Linux based distros have all migrated to 8.1 FYI.

I guess this one was fixed long ago now, using gcc-9.2.0 from arch... closing issue...