DMD for win32 may have a bug in option -I

Alexander Panek a.panek at brainsware.org
Thu Jan 11 09:06:35 PST 2007


firstrose wrote:
> When I enter
> 
> dmd -I"C:\Program Files\dmd\src\phobos" hello.d
> 
> it said can't find object.d
> 
> but enter
> 
> dmd -I"C:\Progra~1\dmd\src\phobos" hello.d
> 
> it runs well
> 
> Maybe it's a bug

Do you have a dmd.conf in the same directory as dmd.exe? (Would be 
"C:\Program Files\dmd\bin\sc.ini") If so, check if the given DFLAGS has 
the correct paths. If not, check 
http://digitalmars.com/d/dcompiler.html#general .

Best regards,
Alex



More information about the Digitalmars-d mailing list