Closed
Bug 1541302
Opened 6 years ago
Closed 6 years ago
--enable-project=memory is busted
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
0:10.99 In file included from /home/glandium/gecko/obj-x86_64-pc-linux-gnu/mfbt/Unified_cpp_mfbt0.cpp:65:
0:10.99 /home/glandium/gecko/mfbt/RecordReplay.cpp:9:10: fatal error: 'js/GCAnnotations.h' file not found
0:10.99 #include "js/GCAnnotations.h"
0:10.99 ^~~~~~~~~~~~~~~~~~~~
0:11.01 1 error generated.
0:11.02 make[4]: *** [/home/glandium/gecko/config/rules.mk:807: Unified_cpp_mfbt0.o] エラー 1
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/8d662d2aad6d
Don't build RecordReplay.cpp during a --enable-project=memory build. r=froydnj
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•