Closed
Bug 726372
Opened 13 years ago
Closed 13 years ago
TestPlainTextSerializer fails to link
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 717540
People
(Reporter: TimAbraldes, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
I get this message when building m-c on Win7 without --disable-tests:
TestPlainTextSerializer.obj : error LNK2019: unresolved external symbol __imp_JS_Assert referenced in function "public: __cdecl ScopedXPCOM::~ScopedXPCOM(void)" (??1ScopedXPCOM@@QEAA@XZ)
TestPlainTextSerializer.exe : fatal error LNK1120: 1 unresolved externals
It seems like __imp_JS_Assert became a dependency when a MOZ_ASSERT was added to ScopedXPCOM::~ScopedXPCOM in this changset: https://hg.mozilla.org/mozilla-central/rev/38b4039f740e
My mozconfig is attached in case that helps
Comment 1•13 years ago
|
||
This is probably bug 717540.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•