Closed
Bug 693585
Opened 13 years ago
Closed 13 years ago
jsapi.cpp fails to compile on mingw due to JS_STATIC_ASSERT failure
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 693393
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
868 bytes,
patch
|
Details | Diff | Splinter Review |
It's because jsapi.h assumes that AutoCompartment's size is compiler-dependent, but it's ABI-dependent.
Attachment #566198 -
Flags: review?(justin.lebar+bug)
Comment 1•13 years ago
|
||
I pushed a fix for this yesterday in bug 693393. Does that work for you?
Assignee | ||
Comment 2•13 years ago
|
||
Yes, thanks. It looks like I last pulled from m-c short after merge.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 3•13 years ago
|
||
I'm sorry we put you through the trouble of patching this. :( Glad to hear it's working!
Assignee | ||
Updated•13 years ago
|
Attachment #566198 -
Flags: review?(justin.lebar+bug)
You need to log in
before you can comment on or make changes to this bug.
Description
•