Closed
Bug 1393897
Opened 7 years ago
Closed 5 years ago
nICEr does not compile with MinGW because of 'interface' keyword
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor])
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
Details |
In MSVC 'interface' is a keyword that MinGW defines to be 'struct'.
'interface' is also a member name in nr_local_addr which is a common type. Replacing a member name with a struct causes all sorts of breakage.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Rank: 17
Priority: -- → P1
Comment 2•7 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Priority: P2 → P3
Assignee | ||
Comment 4•5 years ago
|
||
Last time I tried building WebRTC I did not get the same errors. I'm resolving the sub-bugs as Incomplete until I can go back to building WebRTC and if they are still applicable, I'll reopen.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•