Thread overview |
---|
January 09, 2007 [Issue 822] New: path | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=822 Summary: path Product: D Version: 1.00 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: m.melzer@d-source.de Hello, 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 -- |
January 09, 2007 Re: [Issue 822] New: path | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | d-bugmail@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"
|
January 10, 2007 [Issue 822] path | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=822 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from bugzilla@digitalmars.com 2007-01-09 20:57 ------- Arguments with spaces in them need to be enclosed with double quotes "arg with spaces". -- |
Copyright © 1999-2021 by the D Language Foundation