Closed
Bug 1453211
Opened 7 years ago
Closed 7 years ago
mach devtools-css-db doesn't work on Windows
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: xidorn, Unassigned)
Details
It reports
> WindowsError: [Error 2] The system cannot find the file specified
I think the reason is that it cannot find cl.exe the compiler, because that is not in PATH since VS2017.
Reporter | ||
Comment 1•7 years ago
|
||
So the reason is indeed that cl.exe is not found. I hacked it around via replacing cl.exe with the absolute path of cl.exe, and that works.
Reporter | ||
Comment 2•7 years ago
|
||
I'm going to change how it works in bug 1452542 so we no longer need to fix this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•