We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3265

Summary: [PATCH] wayland: Add wl_proxy_marshal_constructor_versioned sym
Product: SDL Reporter: Jonas Ådahl <jadahl>
Component: loadsoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: bluescreen_avenger, icculus, philipp.wiesemann
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   
Attachments: wayland: Add wl_proxy_marshal_constructor_versioned sym

Description Jonas Ådahl 2016-02-19 03:48:13 UTC
Created attachment 2380 [details]
wayland: Add wl_proxy_marshal_constructor_versioned sym

wl_proxy_marshal_constructor_versioned was introduce in wayland-client 1.10.
Comment 1 Philipp Wiesemann 2016-02-19 20:19:15 UTC
This seems to be problem from bug #3255 (but the patch there is a bit different).
Comment 2 Jonas Ådahl 2016-02-22 02:53:19 UTC
(In reply to Philipp Wiesemann from comment #1)
> This seems to be problem from bug #3255 (but the patch there is a bit
> different).

Ah, didn't see that bug report. The patch attached there seems to miss the actual loading of the added symbol though.
Comment 3 Ryan C. Gordon 2016-02-28 05:08:56 UTC
*** Bug 3255 has been marked as a duplicate of this bug. ***
Comment 4 Ryan C. Gordon 2016-02-28 05:12:41 UTC
This patch is now https://hg.libsdl.org/SDL/rev/330f500d5815, thanks!

--ryan.