|
Bugzilla – Full Text Bug Listing |
| Summary: | SDL2 fails with -fno-common | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Jan Engelhardt <jengelh> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | alynx.zhou |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1160244 | ||
|
Description
Martin Liška
2020-01-08 09:34:56 UTC
SDL_waylanddyn.h does some macro magic which messes up text that is coming from wayland-core-client.h.
SDL2-2.0.10/src/video/wayland/SDL_waylanddyn.h:#define wl_proxy_create (*WAYLAND_wl_proxy_create)
which turns
struct wl_proxy *
wl_proxy_create(struct wl_proxy *factory,
const struct wl_interface *interface);
into
struct wl_proxy *
(*WAYLAND_wl_proxy_create)(struct wl_proxy *factory,
const struct wl_interface *interface);
Bad SDL, bad SDL.
rq 763728 This is an autogenerated message for OBS integration: This bug (1160382) was mentioned in https://build.opensuse.org/request/show/763728 Factory / SDL2 |