Closed
Bug 643807
Opened 15 years ago
Closed 12 years ago
guess-msvc.bat incorrectly assumes VC10 pro is installed when VC10 Express is installed
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Natch, Unassigned)
References
Details
This results in an "atlbase.h" doesn't exist error because the platform sdk isn't checked.
When VC10 Express is installed it sets the registry key at "HKLM\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VC" which makes guess-msvc guess wrong.
I put up an faq at https://developer.mozilla.org/en/Windows_Build_Prerequisites to this effect, but it really needs fixing in MozillaBuild.
| Reporter | ||
Comment 1•15 years ago
|
||
Any news here? Does anyone at least know why this happens?
Comment 2•14 years ago
|
||
I think Neil might have fixed this in bug 665982
| Reporter | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Yeah, that one.
Comment 5•12 years ago
|
||
Fixed by bug 669582.
Updated•3 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
•