[Issue 2249] DMD can't handle include paths with spaces in them
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Aug  6 14:55:43 PDT 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2249
torhu at yahoo.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|object.d: module object     |DMD can't handle include
                   |cannot read file 'object.d' |paths with spaces in them
------- Comment #1 from torhu at yahoo.com  2008-08-06 16:55 -------
Yup, dmd can't handle include paths with spaces in them, at least not when
settings them in sc.ini.  It's annoying, but more or less documented here:
http://www.digitalmars.com/d/1.0/dmd-windows.html#problems
It's likely that the linker (optlink) can't handle paths with spaces either,
and that's not likely to be fixed anytime soon.  So avoiding spaces is the way
to go.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list