You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently building fails when using gcc 10. Fedora 32 uses this version and eventually others should.
Seems to be a common issue and using -fcommon with C_FLAGS works around the problem.
Example: /usr/bin/ld: ../extern/SDL2/libSDL2.a(SDL_windowevents.c.o):(.bss+0x8): multiple definition of 'WAYLAND_wl_proxy_get_user_data'; ../extern/SDL2/libSDL2.a(SDL_events.c.o):(.bss+0x8): first defined here
The text was updated successfully, but these errors were encountered:
Currently building fails when using gcc 10. Fedora 32 uses this version and eventually others should.
Seems to be a common issue and using -fcommon with C_FLAGS works around the problem.
Example:
/usr/bin/ld: ../extern/SDL2/libSDL2.a(SDL_windowevents.c.o):(.bss+0x8): multiple definition of 'WAYLAND_wl_proxy_get_user_data'; ../extern/SDL2/libSDL2.a(SDL_events.c.o):(.bss+0x8): first defined here
The text was updated successfully, but these errors were encountered: