www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - dmd imports bug

reply Eugene Pelekhay <pelekhay gmail.com> writes:
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'
Oct 19 2005
parent Thomas Kuehne <thomas-dloop kuehne.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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 -----BEGIN PGP SIGNATURE----- iD8DBQFDW9h53w+/yD4P9tIRAirEAJ4oBop1tsbB3ZJNXXvgawydBOx7ZQCeO7LH /RgFGb6is4JqFC7Ktc66L/E= =f+4t -----END PGP SIGNATURE-----
Oct 23 2005