Closed
Bug 545198
Opened 16 years ago
Closed 15 years ago
Using VS9 Professional with x64 build fails
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: khuey, Unassigned)
Details
On Visual Studio 9 Professional
Bin\amd64\vcvarsamd64.bat is really
Bin\vcvarsx86_amd64.bat
%VC9DIR% also comes with a trailing backslash.
Comment 1•16 years ago
|
||
s/files/fails/ in the summary ?
| Reporter | ||
Comment 2•16 years ago
|
||
Yes
Summary: Using VS9 Professional with x64 build files → Using VS9 Professional with x64 build fails
Comment 3•16 years ago
|
||
I blame Mook. :)
Comment 4•16 years ago
|
||
Kyle, why do you use 64-bit compiler for x86 platform?
mozilla-build 1.4 uses correct batch file to use x64 compiler on x64 platform.
Comment 5•16 years ago
|
||
Oops. I misunderstand...
But although I use VS9 Pro, I don't meet any error with current mozilla-build.
Comment 6•16 years ago
|
||
Kyle: Looking at my VC9 Pro install, I have:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\vcvarsamd64.bat
There's also a:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat, but AIUI that's for cross-compiling from x86 systems.
| Reporter | ||
Comment 7•16 years ago
|
||
Hmm, I have no batch files at all in C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64\. I have the following in VC\bin\
vcvars32.bat
vcvars64.bat (which I suppose is probably the one I should be using)
vcvarsx86_amd64.bat
vcvarsx86_ia64.bat
It does make sense that x86_amd64 would be for cross compiling.
Comment 8•16 years ago
|
||
Do you have VC9SP1 installed?
| Reporter | ||
Comment 9•16 years ago
|
||
(In reply to comment #8)
> Do you have VC9SP1 installed?
No, I'll install it and see if that changes anything.
Comment 10•15 years ago
|
||
-> INCOMPLETE unless you have new information.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•