Closed
Bug 730968
Opened 13 years ago
Closed 13 years ago
b2g build broken since Bug 716544 landed
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fabrice, Assigned: fabrice)
References
Details
Attachments
(1 file)
1.69 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
building fails with:
nsChromeRegistryContent.cpp
In file included from /home/fabrice/dev/b2g/inbound/ipc/chromium/src/base/scoped_ptr.h:43,
from /home/fabrice/dev/b2g/inbound/ipc/chromium/src/base/message_loop.h:18,
from ../../dist/include/mozilla/ipc/AsyncChannel.h:44,
from ../../dist/include/mozilla/ipc/SyncChannel.h:43,
from ../../dist/include/mozilla/ipc/RPCChannel.h:53,
from ../../ipc/ipdl/_ipdlheaders/mozilla/dom/PContentParent.h:76,
from /home/fabrice/dev/b2g/inbound/chrome/src/nsChromeRegistryChrome.cpp:39:
/home/fabrice/dev/b2g/toro/B2G/glue/gonk/ndk/sources/cxx-stl/stlport/stlport/assert.h:35:6: error: #error assert has been defined before inclusion of assert.h header.
This patch reverts the gonk-specific part of bug 716544.
Attachment #601040 -
Flags: review?(khuey)
Assignee | ||
Updated•13 years ago
|
OS: Linux → Gonk
Hardware: x86_64 → All
Attachment #601040 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
I think you should try to see why you have assert defined twice before reverting this.
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•