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

SDL does not compile with Wayland master #2094

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Closed

SDL does not compile with Wayland master #2094

SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: HG 2.1
Reported for operating system, platform: Linux, x86

Comments on the original bug report:

On 2016-02-05 03:51:04 +0000, wrote:

Here is the error output I get:

CC build/SDL_waylandevents.lo
CC build/SDL_waylandmouse.lo
CC build/SDL_waylandopengles.lo
CC build/SDL_waylandtouch.lo
CC build/SDL_waylandvideo.lo
CC build/SDL_waylandwindow.lo
LTLINK build/libSDL2.la
build/.libs/SDL_waylandevents.o: In function wl_registry_bind': /opt/include/wayland-client-protocol.h:306: undefined reference to wl_proxy_marshal_constructor_versioned'
build/.libs/SDL_waylandtouch.o: In function wl_registry_bind': /opt/include/wayland-client-protocol.h:306: undefined reference to wl_proxy_marshal_constructor_versioned'
build/.libs/SDL_waylandvideo.o: In function wl_registry_bind': /opt/include/wayland-client-protocol.h:306: undefined reference to wl_proxy_marshal_constructor_versioned'
/opt/include/wayland-client-protocol.h:306: undefined reference to wl_proxy_marshal_constructor_versioned' /opt/include/wayland-client-protocol.h:306: undefined reference to wl_proxy_marshal_constructor_versioned'
build/.libs/SDL_waylandvideo.o:/opt/include/wayland-client-protocol.h:306: more undefined references to `wl_proxy_marshal_constructor_versioned' follow
collect2: error: ld returned 1 exit status
Makefile:141: recipe for target 'build/libSDL2.la' failed
make: *** [build/libSDL2.la] Error 1

Thanks.

On 2016-02-05 17:28:50 +0000, Tom Callaway wrote:

Created attachment 2376
Fix compilation (dynamic) against current wayland.

On 2016-02-06 03:59:53 +0000, wrote:

That patch fixed it. I had to adjust the paths a bit, but after it applied SDL compiles! Thanks!

On 2016-02-28 05:08:56 +0000, Ryan C. Gordon wrote:

Just merging two bugs together here...

*** This bug has been marked as a duplicate of bug 3265 ***

@SDLBugzilla SDLBugzilla added bug duplicate This issue or pull request already exists labels Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant