Closed
Bug 419644
Opened 18 years ago
Closed 17 years ago
Visual Studio 2005 Pro : Firefox build error when I choose x86_amd64 favor
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 471090
People
(Reporter: hduchemin, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b3) Gecko/2008022322 Minefield/3.0b3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b3) Gecko/2008022322 Minefield/3.0b3
My configuration :
- Visual Studio 2005 SP1
- SDK Windows 2003 R2
My process :
- In Programs Files\Microsoft Visual Studio 8\VC
vcvarsall.bat x86_amd64
- My AMD64.BAT
@echo off
rem SET MOZ_MSVCVERSION=8
SET MOZILLABUILDDRIVE=%~d0%
SET MOZILLABUILDPATH=%~p0%
SET MOZILLABUILD=%MOZILLABUILDDRIVE%%MOZILLABUILDPATH%
echo "Mozilla tools directory: %MOZILLABUILD%"
set MOZ_TOOLS=%MOZILLABUILD%\moztools
SET PATH=%PATH%;%MOZ_TOOLS%\bin;c:\mozilla-build\python25
rem Options du compilateur
SET CL=/Ox /favor:AMD64 /GA
- In mozilla-build\msys\msys.bat
- My mozconfig
mk_add_options MOZ_CO_LOCALES=fr
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static
.
# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=browser
ac_add_options --enable-default-toolkit=cairo-windows
ac_add_options --enable-ui-locale=fr
ac_add_options --enable-optimize=-O2
ac_add_options --disable-debug
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-libxul
ac_add_options --disable-tests
When I build my private Firefox : make -f client.mk build, an error
appears
cl -Fonow.obj -c -W3 -nologo -GF -Gy -MD -O2 -UDEBUG -U_DEBUG -
UWINNT -DMOZILLA_CLIENT=1 -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -
D_PR_GLOBAL_THREADS_ONLY=1 -D_X86_=1 -DFORCE_PR_LOG /c/mozilla/
nsprpub/config/now.c
now.c
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include
\winnt.h(79) : fatal error C1189: #error : "No Target
Architecture"
make[4]: *** [now.obj] Error 2
make[4]: Leaving directory `/c/mozilla/ff-opt-static/nsprpub/config'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/c/mozilla/ff-opt-static/nsprpub'
make[2]: *** [tier_nspr] Error 2
make[2]: Leaving directory `/c/mozilla/ff-opt-static'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/c/mozilla/ff-opt-static'
make: *** [build] Error 2
What's appens ?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•