Closed
Bug 1393905
Opened 7 years ago
Closed 5 years ago
Lots of error: inlining failed errors when compiling WebRTC with MinGW
Categories
(Core :: WebRTC, enhancement, P5)
Core
WebRTC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
> 0:09.99 /usr/local/lib/gcc/i686-w64-mingw32/5.1.0/include/emmintrin.h:753:1: error: inlining failed in call to always_inline ‘__m128i _mm_setzero_si128()’: target specific option mismatch
> 0:09.99 _mm_setzero_si128 (void)
This is probably the same as Bug 1331335 where we just need to explicitly compile with sse2
Updated•7 years ago
|
Rank: 25
Priority: -- → P2
Updated•7 years ago
|
Rank: 25 → 45
Priority: P2 → P4
Comment 1•7 years ago
|
||
Mass change P4->P5 to align with new Mozilla triage process.
Priority: P4 → P5
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tom
Assignee | ||
Comment 3•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
•