Closed
Bug 450241
Opened 17 years ago
Closed 17 years ago
start-msvc7.1 doesn't allow building trunk
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: steve, Assigned: steve)
Details
Attachments
(1 file)
|
995 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier:
I have 2 problems having installed the components as described in the MDC document
1) The vista platform SDK is in the INCLUDE path so wcpapi.h is not found
2) the include order of the SDK needs to be adjusted so atibase.h is found correctly.
I've attacheda path that uses the same define to turn on PSDKAPI as well. Note it uses a separate IF but if delayed expansion is enabled that could be probably avoided.
Reproducible: Always
Steps to Reproduce:
1.install MSVC7 (full version from MSDN)
2. install vistal platform SDK and Windows SDK
3. install moz build and run start-msvc7.bat
Actual Results:
errors on wcpapi.h
Expected Results:
builds
Updated•17 years ago
|
Assignee: nobody → steve
Comment 2•17 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Summary: start-msvc7.1 doesn't allow building → start-msvc7.1 doesn't allow building trunk
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
•