Closed
Bug 463634
Opened 17 years ago
Closed 17 years ago
[Redux] WinMobile x-platform build fails
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: brbaker, Assigned: stejohns)
Details
(Keywords: flashplayer)
AS of changeset 1072:222c42f0a35b (http://hg.mozilla.org/tamarin-redux/rev/1a44ddef4243) the x-platform build for windows mobile fails with the following error:
c:/Program Files/Windows Mobile 6 SDK/PocketPC\Include\Armv4i\winnt.h(53) : erro
r C2220: warning treated as error - no 'object' file generated
c:/Program Files/Windows Mobile 6 SDK/PocketPC\Include\Armv4i\winnt.h(53) : warn
ing C4005: 'UNALIGNED' : macro redefinition
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\crtdefs.h(588) :
see previous definition of 'UNALIGNED'
When trying to compile MMgc/MMgc.cpp
python ../configure.py --target=arm-windows --enable-zlib-include-dir=../../../modules/zlib/src --enable-zlib-lib=../../../modules/zlib/zlib-arm.lib
The zlib.lib was compiled using VS solution file using the Release|WinMo6 target.
Flags: wanted-flashplayer10+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Updated•17 years ago
|
Assignee: nobody → stejohns
Status: NEW → ASSIGNED
Flags: flashplayer-qrb?
Target Milestone: --- → Future
| Reporter | ||
Comment 1•17 years ago
|
||
This has been fixed by 1093:4c3337488923
author Steven Johnson <stejohns@adobe.com>
Wed Nov 12 10:21:56 2008 -0800 (at Wed Nov 12 10:21:56 2008 -0800)
changeset 1093 4c3337488923
parent 1092 5fe0f87a5ec3
child 1094 6321952e04d0
child 1098 84555636a93e
MMgc/mmgc_stdint.h: was incorrect for Windows Mobile builds. (r+brbaker)
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: flashplayer-qrb+
| Reporter | ||
Comment 2•17 years ago
|
||
Verified fix, buildbot is using the x-platform build scripts to compile the windows mobile release and debug versions of the shell.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•