Closed
Bug 631779
Opened 15 years ago
Closed 15 years ago
atlbase.h Not Found
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: lisadiapers, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eSobiSubscriber 2.0.4.16; .NET4.0C; .NET4.0E)
Build Identifier:
atlbase.h is not found even though Microsoft Platform SDK for Windows 2003 R2 is installed at C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\.
Reproducible: Always
Steps to Reproduce:
1. Open C\mozilla-build\start-msvc10.bat.
2. build Firefox.
Actual Results:
Error when building "checking for atlbase.h... no".
Expected Results:
1. atlbase.h should be found at C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\src/mfc and/or C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\atl.
2. building should say "checking for atlbase.h... yes".
| Reporter | ||
Updated•15 years ago
|
Severity: major → critical
Version: unspecified → Trunk
| Reporter | ||
Comment 1•15 years ago
|
||
Resolved with the line:
ac_add_options --with-windows-version=502
added to the .mozconfig.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•