Closed Bug 1453211 Opened 7 years ago Closed 7 years ago

mach devtools-css-db doesn't work on Windows

Categories

(DevTools :: General, defect)

59 Branch
defect
Not set
normal

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.
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.
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
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.