Sample code:
hello.c
```
int main() { return 0; }
```
When DMD is installed to a path with spaces in it, an error similar to the following is produced:
```
hello.c: fatal error C1083: Cannot open include file: 'C:\Program': No such file or directory
c1: fatal error C1083: Cannot open source file: 'Files\D\dmd2\windows\bin64\..\..\src\druntime\import\importc.h': No such file or directory
```
Comment #1 by robert.schadek — 2024-12-13T19:36:48Z