<html><body><div style="color:#000; background-color:#fff, font-family:arial, helvetica, sans-serif;font-size:12pt">std.stdio.stderr is not the same as core.stdc.stdio.stderr<span>.  One is the D stderr (of type File), one is the C stderr (of type FILE *).  This situation is not new.<br><br>It looks like somewhere there is a public import when it should be private.<br><br>-Steve</span><br><div style="font-family: inherit; font-size: 12pt;"><br><div style="font-family: inherit; font-size: 12pt;"><font face="Arial" size="2"><div style="border: 1px solid rgb(204, 204, 204); line-height: 0pt; font-size: 0pt; margin: 5px 0px; padding: 0pt;" readonly="true" class="hr" contenteditable="false"></div><b><span style="font-weight: bold;">From:</span></b> Walter Bright <walter@digitalmars.com><br><b><span style="font-weight: bold;">To:</span></b> Discuss the phobos library for D <phobos@puremagic.com>; D's runtime library developers list
 <d-runtime@puremagic.com><br><b><span style="font-weight: bold;">Cc:</span></b> <br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, February 8, 2011 3:07 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [phobos] stderr now defined in both druntime and phobos<br></font><br> 
xtest46.d(2561): Error: std.stdio.stderr at \cbx\mars\phobos\std\stdio.d(2175) conflicts with core.s<br>tdc.stdio.stderr at \cbx\mars\druntime\import\core\stdc\stdio.di(248)<br>_______________________________________________<br>phobos mailing list<br><a ymailto="mailto:phobos@puremagic.com" href="mailto:phobos@puremagic.com">phobos@puremagic.com</a><br>http://lists.puremagic.com/mailman/listinfo/phobos<br><br><br></div></div></div><br>

      </body></html>