wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

Multiple definition #506

Open koutoftimer opened 2 years ago

koutoftimer commented 2 years ago

I probably should not paste that much,

/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here

"full" list of errors goes here (not full, just as much as terminal have saved):

``` /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11video.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11vulkan.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11window.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11xinput2.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvideo.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandvulkan.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandwindow.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmvideo.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_evdev_kbd.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_sysjoystick.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_assert.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_RLEaccel.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_blit_1.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_egl.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_vulkan_utils.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullevents.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_nullframebuffer.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11clipboard.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11events.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11framebuffer.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11keyboard.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11modes.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11mouse.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengl.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11opengles.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11shape.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_x11touch.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandclipboard.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddatamanager.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylanddyn.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandevents.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandmouse.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandopengles.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_waylandtouch.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmevents.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmmouse.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_kmsdrmopengles.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_clipboardevents.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:186: multiple definition of `WAYLAND_wl_proxy_get_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:186: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:183: multiple definition of `WAYLAND_wl_proxy_set_user_data'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:183: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:171: multiple definition of `WAYLAND_wl_proxy_add_listener'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:171: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:168: multiple definition of `WAYLAND_wl_proxy_destroy'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:168: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:149: multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:149: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:143: multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:143: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:133: multiple definition of `WAYLAND_wl_proxy_create'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:133: first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: ../../extern/SDL2/libSDL2.a(SDL_dropevents.c.o):/usr/include/wayland-client-core.h:126: multiple definition of `WAYLAND_wl_proxy_marshal'; ../../extern/SDL2/libSDL2.a(SDL_events.c.o):/usr/include/wayland-client-core.h:126: first defined here [ 81%] Building CXX object components/CMakeFiles/Render.dir/render/commandqueue.cpp.o collect2: error: ld returned 1 exit status make[2]: *** [apps/exedump/CMakeFiles/exedump.dir/build.make:132: exedump] Error 1 make[1]: *** [CMakeFiles/Makefile2:1775: apps/exedump/CMakeFiles/exedump.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/OpenGL/commandqueueopengl.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/OpenGL/textureopengl.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/OpenGL/pipelineopengl.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/descriptorset.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/OpenGL/descriptorsetopengl.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/alignedcpubuffer.cpp.o [ 82%] Building CXX object components/CMakeFiles/Render.dir/render/rectpack.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/cursor.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/framebuffer.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/OpenGL/framebufferopengl.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/texturereference.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/spritegroup.cpp.o [ 83%] Building CXX object components/CMakeFiles/Render.dir/render/debugrenderer.cpp.o [ 83%] Linking CXX static library libRender.a [ 83%] Built target Render make: *** [Makefile:136: all] Error 2 ```

System info:

$ neofetch 
         -/oyddmdhs+:.                ruslan@k53ta 
     -odNMMMMMMMMNNmhy+-`             ------------ 
   -yNMMMMMMMMMMMNNNmmdhy+-           OS: Gentoo/Linux x86_64 
 `omMMMMMMMMMMMMNmdmmmmddhhy/`        Host: GA-MA785GM-US2H 
 omMMMMMMMMMMMNhhyyyohmdddhhhdo`      Kernel: 5.10.61-gentoo-x86_64 
.ydMMMMMMMMMMdhs++so/smdddhhhhdm+`    Uptime: 3 days, 4 hours, 30 mins 
 oyhdmNMMMMMMMNdyooydmddddhhhhyhNd.   Packages: 1045 (emerge) 
  :oyhhdNNMMMMMMMNNNmmdddhhhhhyymMh   Shell: bash 5.1.8 
    .:+sydNMMMMMNNNmmmdddhhhhhhmMmy   Resolution: 1280x1024 
       /mMMMMMMNNNmmmdddhhhhhmMNhs:   WM: i3 
    `oNMMMMMMMNNNmmmddddhhdmMNhs+`    Theme: Adwaita [GTK2] 
  `sNMMMMMMMMNNNmmmdddddmNMmhs/.      Icons: Adwaita [GTK2] 
 /NMMMMMMMMNNNNmmmdddmNMNdso:`        Terminal: urxvt 
+MMMMMMMNNNNNmmmmdmNMNdso/-           Terminal Font: Liberation Mono 
yMMNNNNNNNmmmmmNNMmhs+/-`             CPU: AMD Athlon II X2 240 (2) @ 2.800GHz 
/hMMNNNNNNNNMNdhs++/-`                GPU: NVIDIA GeForce GT 220 
`/ohdmmddhys+++/:.`                   Memory: 4388MiB / 9961MiB 
  `-//////:--.
J-K-Tech commented 2 years ago

same here, someone found the solution?

koutoftimer commented 2 years ago

@J-K-Tech no: my goal was to take a look at state of progress for couple of open source games. I was not into digging problems (I still invested some time but without results, which is expected according to my experience).

ghost commented 2 years ago

is this project compatible with opendiablo 2, this hasnt released a new version in 3 years, should this be considered dormant?