Closed
Bug 587096
Opened 15 years ago
Closed 15 years ago
nanojit/LIR.h breaks compilation under AIX due to OS system header conflict
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: andrew, Unassigned)
Details
Attachments
(1 file)
688 bytes,
application/octet-stream
|
Details |
LIR.h breaks AIX compilation because /usr/include/sys/access.h has a ACC_ALL already defined. Simple patch #undef's the previous definition under AIX.
![]() |
||
Comment 1•15 years ago
|
||
You must be using an old version. ACC_ALL was renamed ACCSET_ALL in this tracemonkey patch:
changeset: 48347:0069451274aa
user: Nicholas Nethercote <nnethercote@mozilla.com>
date: Tue Jul 27 21:28:02 2010 -0700
summary: Bug 552812 - nanojit: factor out AccSet differences into TM and TR (take 3). r=edwsmith.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•