Closed
Bug 578363
Opened 15 years ago
Closed 15 years ago
http://hg.mozilla.org/mozilla-central/rev/3df33604ade4 busted 64-bit windows builds
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bhearsum, Unassigned)
References
Details
The specific failure is:
Building deps for /e/builds/moz2_slave/mozilla-central-win64/build/js/src/ctypes/Library.cpp
cl -FoLibrary.obj -c -DOSTYPE=\"WINNT6.1\" -DOSARCH=WINNT -DEXPORT_JS_API -DJS_HAS_CTYPES -DDLL_PREFIX= -DDLL_SUFFIX=.dll -Ictypes/libffi/include -I. -I/e/builds/moz2_slave/mozilla-central-win64/build/js/src -I. -I./../../dist/include -I./../../dist/include/nsprpub -Ie:/builds/moz2_slave/mozilla-central-win64/build/obj-firefox/dist/include/nspr -I/e/builds/moz2_slave/mozilla-central-win64/build/js/src -GR- -TP -nologo -wd4345 -Zc:wchar_t- -W3 -Gy -Fdgenerated.pdb -wd4800 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -GL -O2 -GL -MD -FI ./js-confdefs.h -DMOZILLA_CLIENT /e/builds/moz2_slave/mozilla-central-win64/build/js/src/ctypes/Library.cpp
Library.cpp
e:/builds/moz2_slave/mozilla-central-win64/build/js/src/ctypes/Library.cpp(103) : warning C4003: not enough actual parameters for macro '_S'
e:/builds/moz2_slave/mozilla-central-win64/build/js/src/ctypes/Library.cpp(103) : error C2059: syntax error : ')'
Log is here: http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1279032595.1279033550.23654.gz
| Reporter | ||
Comment 1•15 years ago
|
||
Busted 32-bit, too, apparently.
OS: Mac OS X → Windows Server 2003
Hardware: x86 → All
| Reporter | ||
Comment 2•15 years ago
|
||
This was fixed in http://hg.mozilla.org/mozilla-central/rev/51029ce60c5b
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•