Closed
Bug 1648340
Opened 5 years ago
Closed 5 years ago
MOZ_LINKER=1 build broken on Linux
Categories
(Core :: mozglue, defect)
Core
mozglue
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
I don't know why this isn't a problem currently, but it becomes one with
the #include orders in some of the source files in mozglue/linker, where
the compiler complains about the allocator functions being defined
differently wrt exceptions if they are defined via malloc_decls before
cstdlib/stdlib.h is included.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/98b28d2e0029
Include cstdlib/stdlib.h first in mozalloc.h. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/c555c27664bc
Set LOCAL_INCLUDES properly for AutoObjectMapper.h. r=froydnj
https://hg.mozilla.org/integration/autoland/rev/759b50e019c1
Only call GetAndroidSDKVersion() on Android. r=froydnj
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/98b28d2e0029
https://hg.mozilla.org/mozilla-central/rev/c555c27664bc
https://hg.mozilla.org/mozilla-central/rev/759b50e019c1
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•