Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundled feature fails linking on Linux #1011

Closed
hodasemi opened this issue Jun 17, 2020 · 6 comments
Closed

bundled feature fails linking on Linux #1011

hodasemi opened this issue Jun 17, 2020 · 6 comments

Comments

@hodasemi
Copy link

hodasemi commented Jun 17, 2020

Hi,

building with the bundled features fails on Linux with the following messages:

/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/SDL_assert.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_clipboardevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_displayevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_dropevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_events.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_gesture.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_quit.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_touch.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/events/SDL_windowevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_RLEaccel.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_blit_1.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_egl.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_pixels.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_shape.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_surface.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_video.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/SDL_vulkan_utils.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_gamecontroller.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/SDL_joystick.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/sensor/SDL_sensor.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullframebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/dummy/SDL_nullvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11clipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11events.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11framebuffer.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11keyboard.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11messagebox.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11modes.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11mouse.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengl.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11opengles.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11shape.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11touch.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11video.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11vulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11window.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/x11/SDL_x11xinput2.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandclipboard.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddatamanager.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylanddyn.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandmouse.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandopengles.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandtouch.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvideo.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandvulkan.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/wayland/SDL_waylandwindow.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_evdev_kbd.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_set_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_set_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): multiple definition of `WAYLAND_wl_proxy_add_listener'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_add_listener+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): multiple definition of `WAYLAND_wl_proxy_destroy'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_destroy+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor_versioned'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor_versioned+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): multiple definition of `WAYLAND_wl_proxy_marshal_constructor'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal_constructor+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): multiple definition of `WAYLAND_wl_proxy_create'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_create+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/core/linux/SDL_ibus.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): multiple definition of `WAYLAND_wl_proxy_marshal'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_marshal+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/src/joystick/linux/SDL_sysjoystick.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): multiple definition of `WAYLAND_wl_proxy_get_user_data'; CMakeFiles/SDL2.dir/src/SDL.c.o:(.bss.WAYLAND_wl_proxy_get_user_data+0x0): first defined here
/usr/bin/ld: CMakeFiles/SDL2.dir/srcThe terminal process terminated with exit code: 101
@Cobrand
Copy link
Member

Cobrand commented Jun 17, 2020

Related to #1010 I think.

@Cobrand
Copy link
Member

Cobrand commented Jun 17, 2020

What is your version of gcc?

@hodasemi
Copy link
Author

gcc10.1

@Cobrand
Copy link
Member

Cobrand commented Jun 17, 2020

Could you re-try with the git master version of this crate?

@hodasemi
Copy link
Author

Using master at #92fb34da does work perfectly again.

@Cobrand
Copy link
Member

Cobrand commented Jun 17, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants