Closed
Bug 542789
Opened 16 years ago
Closed 14 years ago
Missing headers in SDK installation
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file, 2 obsolete files)
|
1.68 KB,
patch
|
Details | Diff | Splinter Review |
(I seems to still be the case on trunk, though I'm unsure the patch applies cleanly there)
Some headers are missing in the SDK installation and/or the $(DIST)/include/js directory, including some .tbl files and, mostly, the nanojit header files.
The attached patch should fix this.
| Assignee | ||
Updated•16 years ago
|
Attachment #424018 -
Attachment is patch: true
Attachment #424018 -
Attachment mime type: application/octet-stream → text/plain
Attachment #424018 -
Flags: review?(brendan)
| Assignee | ||
Comment 1•16 years ago
|
||
The previous patch failed to create nsinstall properly before creating nanojit target directories.
Assignee: general → mh+mozilla
Attachment #424018 -
Attachment is obsolete: true
Attachment #424197 -
Flags: review?(brendan)
Attachment #424018 -
Flags: review?(brendan)
| Assignee | ||
Comment 2•16 years ago
|
||
The previous patch failed for architectures without JIT.
Attachment #424197 -
Attachment is obsolete: true
Attachment #424261 -
Flags: review?(brendan)
Attachment #424197 -
Flags: review?(brendan)
Updated•16 years ago
|
Attachment #424261 -
Flags: review?(brendan) → review?(jim)
Comment 3•14 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•14 years ago
|
Attachment #424261 -
Flags: review?(jimb)
You need to log in
before you can comment on or make changes to this bug.
Description
•