Closed
Bug 618242
Opened 14 years ago
Closed 14 years ago
Failed to compile js with debug enabled on SPARC
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 596338
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
Attachments
(1 file)
|
1.65 KB,
patch
|
Details | Diff | Splinter Review |
The problem is js::JMCheckLogging() symbol not found.
The reason is Logging.cpp is not compiled on SPARC.
To fix it, we can add Logging.cpp to Makefile.in or undef JS_METHODJIT_SPEW in Logging.h.
I think to add Logging.cpp is simpler.
Comment on attachment 496763 [details] [diff] [review]
patch
I forgot I've already solved this bug with another approach.
Bug 596338.
Attachment #496763 -
Flags: review?(sayrer)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•