Closed
Bug 450848
Opened 17 years ago
Closed 16 years ago
TM: js debug shell build failures on Windows XP
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: verified1.9.1)
$ hg id
52e95353080a tip
link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib oldnames.lib winmm.lib -
/out:"WINNT5.1_DBG.OBJ/js32.dll" /pdb:none\
/implib:"WINNT5.1_DBG.OBJ/js32.lib" WINNT5.1_DBG.OBJ/jsapi.obj WINNT5.1_DBG.OBJ/jsarena.obj WINNT5.1_DBG.OBJ/jsarray.obj WINNT5.1_DBG.OBJ/
LINK : fatal error LNK1181: cannot open input file 'WINNT5.1_DBG.OBJ/vprof/vprof.obj'
$ ls WINNT5.1_DBG.OBJ/vprof*
WINNT5.1_DBG.OBJ/vprof.obj WINNT5.1_DBG.OBJ/vprof.pdb
WINNT5.1_DBG.OBJ/vprof:
Flags: in-testsuite-
Flags: in-litmus-
Comment 1•17 years ago
|
||
I don't understand why nanojit builds correctly in a subdir but vprof doesn't. :(
Reporter | ||
Comment 2•16 years ago
|
||
gotta have this before you land tracemonkey on mozilla-central.
Flags: blocking1.9.1?
Comment 3•16 years ago
|
||
Make sure it blocks the landing bug and we will take care of it.
Reporter | ||
Comment 4•16 years ago
|
||
It builds fine this morning for shell and browser.
http://hg.mozilla.org/tracemonkey/index.cgi/rev/086ea24c34c0
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Comment 5•16 years ago
|
||
Keywords: fixed1.9.1
Comment 6•16 years ago
|
||
Seeing as there hasn't been any discussions about this bug for 2 months, I'm
guessing there aren't any residual issues. I'm moving this to verified as a
result. If anyone has any qualms, feel free to bring them up.
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•