[Issue 2476] std.stdio fails to compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 1 08:04:18 PST 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2476





------- Comment #2 from jlquinn at optonline.net  2008-12-01 10:04 -------
(In reply to comment #1)
> Looks like dmd.conf isn't updated to include the import for druntime.  Try
> replacing the default DFLAGS line with this one:
> 
> DFLAGS=-I%@P%/../src/phobos -I%@P%/../src/runtime/import -L-L%@P%/../lib
> 

DFLAGS=-I%@P%/../src/phobos -I%@P%/../src/druntime/import -L-L%@P%/../lib
------------------------------------------^

Thanks for the tip.  That fixes it.


-- 



More information about the Digitalmars-d-bugs mailing list