Open
Bug 1577274
Opened 6 years ago
Updated 3 years ago
Not able to build Firefox locally. Error with C++ install.
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: virenv, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
I just enlisted using the steps mentioned in: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites
After the steps were complete, I started build using the command:
mach build
Actual results:
Build fails with error: 0:02.63 ERROR: Cannot find a Visual C++ install for e.g. ATL headers.
I am not sure if it is looking for cl.exe or something else. I tried adding the path in env varibables to cl.exe but nothing worked.
Expected results:
Build should have happened.
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → General
Product: Firefox → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•