Closed
Bug 292398
Opened 20 years ago
Closed 20 years ago
JS_VERSION 140 doesn't build
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 obsolete file)
R:\mozilla\js\src>cl -FoWINNT5.1_DBG.OBJ/ -c /MD /Od /Z7 -D_X86_=1 -DXP_WIN
-DXP_WIN32 -DWIN32 -D_WINDOWS -D_WIN32 /nologo /W3 /FpWINNT5.1_DBG.OBJ/js.pch
-DDEBUG -DDEBUG_timeless -DJS_VERSION=140 /Op -DEXPORT_JS_API jsinterp.c
jsinterp.c
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLPI' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLOBJECT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCOMMENT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCDATA' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMEPART' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMECONST' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_GETMETHOD' was undefined
cl -FoWINNT5.1_DBG.OBJ/ -c /MD /Od /Z7 -D_X86_=1 -DXP_WIN -DXP_WIN32 -DWIN32
-D_WINDOWS -D_WIN32 /nologo /W3 /FpWINNT5.1_DBG.OBJ/js.pch -DDEBUG
-DDEBUG_timeless -DJS_VERSION=140 /Op -DEXPORT_JS_API jsopcode.c
jsopcode.c(2605) : error C2094: label 'do_JSOP_XMLPI' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_XMLOBJECT' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_XMLCOMMENT' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_XMLCDATA' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_QNAMEPART' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_QNAMECONST' was undefined
jsopcode.c(2605) : error C2094: label 'do_JSOP_GETMETHOD' was undefined
Assignee: general → timeless
Status: UNCONFIRMED → ASSIGNED
Attachment #182217 -
Flags: review?(brendan)
Comment 2•20 years ago
|
||
Comment on attachment 182217 [details] [diff] [review]
1.4 specific changes to get the build happy
Thanks, r=me. More 1.8b3 fodder.
/be
Attachment #182217 -
Flags: review?(brendan) → review+
Comment on attachment 182217 [details] [diff] [review]
1.4 specific changes to get the build happy
this only affects build configurations which don't currently build. (these
configurations are obviously not gecko.)
Attachment #182217 -
Flags: approval1.8b3?
Updated•20 years ago
|
Flags: testcase-
Comment 4•20 years ago
|
||
Comment on attachment 182217 [details] [diff] [review]
1.4 specific changes to get the build happy
a=asa
Attachment #182217 -
Flags: approval1.8b3? → approval1.8b2+
Comment on attachment 182217 [details] [diff] [review]
1.4 specific changes to get the build happy
2005-05-06 14:25
mozilla/js/src/jsopcode.c 3.83
mozilla/js/src/jsinterp.c 3.173
Attachment #182217 -
Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•