std.stdio.stderr is not the same as core.stdc.stdio.stderr. One is the D stderr (of type File), one is the C stderr (of type FILE *). This situation is not new.
It looks like somewhere there is a public import when it should be private. -Steve From: Walter Bright <[email protected]> To: Discuss the phobos library for D <[email protected]>; D's runtime library developers list <[email protected]> Cc: Sent: Tuesday, February 8, 2011 3:07 PM Subject: [phobos] stderr now defined in both druntime and phobos xtest46.d(2561): Error: std.stdio.stderr at \cbx\mars\phobos\std\stdio.d(2175) conflicts with core.s tdc.stdio.stderr at \cbx\mars\druntime\import\core\stdc\stdio.di(248) _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
_______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
