Closed
Bug 680172
Opened 14 years ago
Closed 14 years ago
IonMonkey: build failure on linux
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: evilpies, Unassigned)
Details
GCC 4.5
Ubuntu 11.04
In file included from /home/tom/ionmonkey/js/src/jsanalyze.cpp:46:0:
/home/tom/ionmonkey/js/src/jsobjinlines.h: In member function ‘void JSObject::setArrayLength(JSContext*, uint32)’:
/home/tom/ionmonkey/js/src/jsobjinlines.h:447:18: error: ‘INT32_MAX’ was not declared in this scope
Already reconfigured.
Comment 1•14 years ago
|
||
We investigated on IRC -- the symbol __STDC_LIMIT_MACROS is undefined in his js-confdefs.h.
| Reporter | ||
Updated•14 years ago
|
Summary: IonMonkey: build failure on linx → IonMonkey: build failure on linux
Why does this work on m-c, then? o_O Are we missing something? Is a re-autoconf needed?
| Reporter | ||
Comment 3•14 years ago
|
||
Awesome this worked!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•