Open
Bug 1348664
Opened 8 years ago
Updated 2 years ago
more descriptive error message in windows.configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: xiaoyin.l, Unassigned)
Details
Attachments
(1 file)
1.35 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393
Expected results:
Building Firefox will fail if the latest version of Windows SDK installed doesn't have winrt headers in the Include directory, which is an optional component. Because multiple versions of SDK can be installed side by side, it would be better if the error message can print out which SDK version it checks, so that users only need to reinstall that specific version of SDK.
Reporter | ||
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Old msg: Cannot find the WinRT headers in the Windows SDK directory (C:\Program Files (x86)\Windows Kits\10). Please install them.
New msg: Cannot find the WinRT headers in the Windows SDK include directory (C:\Program Files (x86)\Windows Kits\10\Include\10.0.15042.0\). Please install them.
Reporter | ||
Updated•8 years ago
|
Attachment #8848872 -
Flags: review?(mh+mozilla)
Attachment #8848872 -
Flags: review?(cmanchester)
Updated•8 years ago
|
Attachment #8848872 -
Flags: review?(mh+mozilla)
Attachment #8848872 -
Flags: review?(cmanchester)
Attachment #8848872 -
Flags: review+
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → xiaoyin.l
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: xiaoyin.l → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•