Closed
Bug 560935
Opened 15 years ago
Closed 15 years ago
STL/XPCOM_GLUE/infallible-new build error in xulrunner/stub
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: mbrubeck, Assigned: cjones)
References
Details
Attachments
(1 file)
719 bytes,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
My Fennec build is failing with the following error. The attached patch fixes the error by disabling STL wrappers in xulrunner/stub. (Thanks to cjones for diagnosing the problem on IRC.)
In file included from ../../dist/include/nsTHashtable.h:44,
from ../../dist/include/nsBaseHashtable.h:41,
from ../../dist/include/nsClassHashtable.h:41,
from ../../dist/include/nsINIParser.h:51,
from /home/mbrubeck/src/mozilla/mozilla-central/xulrunner/stub/nsXULStub.cpp:39:
../../dist/stl_wrappers/new:67:4: error: #error "STL code can only be used with infallible ::operator new()"
Reporter | ||
Updated•15 years ago
|
Attachment #440583 -
Flags: review?(jones.chris.g)
Assignee | ||
Updated•15 years ago
|
Attachment #440583 -
Flags: review?(jones.chris.g) → review+
Reporter | ||
Comment 1•15 years ago
|
||
I need someone to push this since I don't have push access to m-c.
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•