October 19, 2005
if directory supplied in -I switch contains spaces compiler fail to locate imports in this directory

for example
dmd -c main.d -I"e:\DMD tools\dmd\src\phobos"
object.d: module object cannot read file 'object.d'
October 23, 2005
Eugene Pelekhay schrieb am 2005-10-19:
> if directory supplied in -I switch contains spaces compiler fail to locate imports in this directory
>
> for example
> dmd -c main.d -I"e:\DMD tools\dmd\src\phobos"
> object.d: module object cannot read file 'object.d'

Added to DStress as http://dstress.kuehne.cn/run/i/import_09.d

Thomas