| Summary: | updaterev.sh failed using CMake Tools on VSCode Remote | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sebastian Vargas Vargas <sebvarvar> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Fixed execute_process on updaterev.sh | ||
Patch added, thanks! https://hg.libsdl.org/SDL/rev/8b41a087bf41 |
Created attachment 4434 [details] Fixed execute_process on updaterev.sh Running CMake configure from a Windows Subsystem for Linux using Visual Studio Code Remote doesn't generate the header file with the current source revision, it throws "/home/sebva/SDL/build-scripts/updaterev.sh: 13: cannot create /mnt/c/Users/sebva/.vscode/extensions/ms-vscode-remote.remote-wsl-0.44.4/include/SDL_revision.h.new: Directory nonexistent". Patch of possible fix attached.