Closed
Bug 1477392
Opened 6 years ago
Closed 6 years ago
Link error on 10.12 after WebRender update: Undefined symbols for architecture x86_64: _CGEventCreateScrollWheelEvent2
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: mstange, Assigned: jrmuizel)
References
Details
On pre-10.13 versions of macOS, compiling latest mozilla-central fails with the following link error:
> Undefined symbols for architecture x86_64:
> "_CGEventCreateScrollWheelEvent2", referenced from:
> core_graphics::event::CGEvent::new_scroll_event::h6358ed25bd7f7b70 in libgkrust.a(core_graphics-626895
CGEventCreateScrollWheelEvent2 is only available on 10.13 and above.
https://developer.apple.com/documentation/coregraphics/2919739-cgeventcreatescrollwheelevent2?language=objc
https://github.com/servo/core-foundation-rs/pull/209
-> https://github.com/servo/webrender/pull/2878
-> Bug 1475252
Updated•6 years ago
|
Assignee: nobody → jmuizelaar
See Also: → https://github.com/servo/webrender/pull/2922
Assignee | ||
Comment 1•6 years ago
|
||
A fix for this has landed on inbound.
Reporter | ||
Comment 2•6 years ago
|
||
Bug 1477400 has merged to central, so this is fixed. Thanks!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•