[Issue 822] New: path
torhu
fake at address.dude
Tue Jan 9 02:05:42 PST 2007
d-bugmail at puremagic.com wrote:
> i tried to compile with follow cmd like:
>
> G:\Development\Script - D\Compiler\dmd\bin\dmd.exe G:\Development\Script -
> D\Hello\src\h.d
>
> an got error:
> Error unrecognized switch '-'
>
> So i think it's a bug. Another path without empty signs is ok.
>
> cheerz
> Mario Melzer
>
>
Try putting the file path in double quotes.
G:\Development\Script - D\Compiler\dmd\bin\dmd.exe
"G:\Development\Script - D\Hello\src\h.d"
More information about the Digitalmars-d-bugs
mailing list