Closed
Bug 1741428
Opened 3 years ago
Closed 3 years ago
Bump the MinGW version
Categories
(Firefox Build System :: General: Unsupported Platforms, enhancement)
Firefox Build System
General: Unsupported Platforms
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
I'd like to do a bump in preparation for WebRTC updates coming, eventually.
Assignee | ||
Comment 1•3 years ago
|
||
Forward declarations of enums require a type specifier.
However, in the MinGW headers, the type specifier is missing.
MinGW can't just add it because this header comes from Wine
and is auto-generated by widl. But widl doesn't support
adding the type specifier.
There's an in-progress patch at
https://github.com/rbernon/wine/compare/wip/upstream...wip/widl/v1.patch
but I can't wait for that to land as the author indicated it's
not being actively pursued.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D134235
Pushed by tritter@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b30e6927707b
Add a patch for an enum in MinGW r=firefox-build-system-reviewers,glandium
https://hg.mozilla.org/integration/autoland/rev/f3da49cb0d62
Bump the MinGW Version r=firefox-build-system-reviewers,glandium
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b30e6927707b
https://hg.mozilla.org/mozilla-central/rev/f3da49cb0d62
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•